Alteryx Designer Desktop Discussions

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

How to filter for rows based on value match?

overhead_press
8 - Asteroid

Original: 

E&O[NULL][NULL]
NAME1111
E&O[NULL][NULL]
NAME1222
NAME2333
P&C[NULL][NULL]
NAME1444
E&O[NULL][NULL]
NAME1555
NAME2666

 

Desired result:

E&O [NULL][NULL]
NAME1111
E&O [NULL][NULL]
NAME1222
NAME2333
E&O [NULL][NULL]
NAME1555
NAME2666

 

hi everyone, is there a way to filter my table so that every time it sees "E&O" it will filter for that row plus all the values below it. If it sees another heading like "P&C" in the example (headings are distinguished by the null values in the other two columns), it will ignore it? Thanks in advance!

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @overhead_press 

 

You can Multi-row formula to group and filter it out. Refer below

 

Workflow:

atcodedog05_0-1635349590933.png

 

Hope this helps : )

 

overhead_press
8 - Asteroid

Thanks for the great solution, what if lets say there are hundreds of other codes that aren't "E&O". Is there a way to adjust what you have to account for that instead of hard coding each code that isn't "E&O"? 

atcodedog05
22 - Nova
22 - Nova

Hi @overhead_press 

 

We can do something like below.

 

Workflow:

atcodedog05_0-1635350868660.png

 

Hope this helps : )

 

Labels