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

Multi Row formula issue

Joker_Hazard
11 - Bolide

Hey!

I am trying to create a simple formula that checks if the previous date is different. I was able to do that, however, once it detects a "NOT" then ALL subsequent rows should also be NOT as well, so I can filter this information later on. How can I do that using multirow? Is there any advanced logic for that?

Also, we should skip the first row, so THAT it will only contain one "NOT" in the whole dataset.


Joker_Hazard_0-1656684050410.png

 

Thanks!

3 REPLIES 3
DataNath
17 - Castor
17 - Castor

@Joker_Hazard is this what you're after?

 

DataNath_0-1656684508252.png

 

I think the issue with your Multi-Row to start with was not using this configuration for rows that don't exist:

 

DataNath_1-1656684585672.png

 

Joker_Hazard
11 - Bolide

@DataNath Always saving me! Thank you very much once again mate! If you ever come to Brazil, São Paulo, I can pay you a beer! 

binuacs
21 - Polaris

@Joker_Hazard Another way of doing this

binuacs_0-1656685714359.png

 

Labels
Top Solution Authors