We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Need to Filter out the date

sgaryali
8 - Asteroid

Hi,

 

I want to filter out the date which have two or more consecutive following date  in next row like:-

 

9/9/2022

9/10/2022

9/11/2022

 

I know we can use multi row formula tool to create some flag and use that column to filter out.

 

But I am not able to build the formula for Multi row tool.

 

Thank you in advance.

3 REPLIES 3
DenisZ
11 - Bolide

Please see if this solves your issue

 

DenisZ_0-1669702137627.png

 

Please mark as solved if it solves the issue.

 

ShankerV
17 - Castor

Hi @sgaryali 

 

Could you please me the possible inputs and expected output.

 

So that can work on the solution as I was not able to get the complete information from the question.

 

 

Many thanks

Shanker V

binuacs
21 - Polaris

@sgaryali One way of doing this with the multirow formula by taking the DayTimeDifference of the two rows

 

binuacs_0-1669707180887.png

 

Labels
Top Solution Authors