Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to search through data in a column and check if some specific criteria meets

HungCuong_HCM
7 - Meteor

Hi all, 

 

I would like to search through the Level column and check if this column has all "Senior 2" "Associate 2", "Associate" and "Intern". If this condition is met, then it will be proceeded further, if not then it needs to go to another input to fill up 1 of the 4 roles mentioned above. 

 

Thank you in advance!

HungCuong_HCM_0-1606903400164.png

 

 

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

I think you want to filter your data using the Filter Tool. You can use the expression,

Level IN("Senior 2" "Associate 2", "Associate", "Intern")

with the Filter set to Custom Filter.

 

Hope this helps. 

Thanks,

Philip 

HungCuong_HCM
7 - Meteor

Thank you!

Labels
Top Solution Authors