Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Filter Out when Criteria Met

tf05
7 - Meteor

I have the same property with different events / statues attached to them. When a certain status is met, I want to filter out all but one event type.

 

NameEvent TypeStatus
18 ABC Street1A
18 ABC Street2 
18 ABC Street2 
18 ABC Street2 
18 ABC Street3 
18 ABC Street4 
18 ABC Street5 

 

When Status A is recorded, I want to filter out all Event Types except type 5. This would give me the output:

 

NameEvent TypeStatus
18 ABC Street5 

 

Thanks

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @tf05 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1643193553018.png

 

Hope this helps : )

 

RolandSchubert
16 - Nebula
16 - Nebula

Hi @tf05 ,

 

I think it's a two-step-process - first identify names with status "A", then select records with event type 5 or not 5 for these names

 

2022-01-26_11-40-20.jpg

 

Let me know if it works for you.

 

Best,

 

Roland

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @tf05 

Cheers and have a nice day!

Labels