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

Filter Rows of Data Based on a Field

Kristie_Pires
8 - Asteroid

Hello community! 

 

I am trying to find a way to filter out my data based on rows. For example, ID 1222 has a comment of "Forced Closed"; therefore, I would remove the ID from the report. Same thing with ID 1233 that was created in error. 

 

Before:

IDStageComment
1222Initial Forced Closed
1222Second 
1233Initial 
1233SecondCreated in Error
1244Initial 
1244Second 

 

IDStageComment
1244Initial 
1244Second 
4 REPLIES 4
acarter881
12 - Quasar

Hello, @Kristie_Pires.

 

Here is one method for achieving this (see attached workflow).

ChrisTX
16 - Nebula
16 - Nebula

Use a Join tool and continue processing only the Left output anchor.

 

 

Chris

nagakavyasri
12 - Quasar

Another way:

Screenshot 2023-06-26 145521.png

Kristie_Pires
8 - Asteroid

Thank you all for your help! I ended up using @acarter881 solution as the comment could change and I wanted to try the multi-Row formula 😊

Labels
Top Solution Authors