In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!
Free Trial

Alteryx Designer Desktop Discussions

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

Filter based on a list of values contained in a list / column

Katy_Holder-Vale
7 - Meteor

I have a dynamic list of suppliers and want to use this to filter some data in another workstream.  I can hard code this using the "Value In" operator - ([Supplier_ID] IN ('A1','A2',A3','B4',X5')) which is fine but not great.  What I would prefer is to import this list from the other workstream and have this drive the filtering funtion.  This would look something like ([Supplier_ID] IN [Sullpier_List]).

 

I am sure that this is possible but does anyone know how?

 

 

 

 

2 REPLIES 2
messi007
15 - Aurora
15 - Aurora

@Katy_Holder-Vale,

 

You can use a join based on the Supplier ID and the supplire list the J output will display the matching rows.

 

Hope this help!

Regards

dougperez
12 - Quasar

A simple join wouldnt do that? Join the two datasets with Supplier_ID and then use just the J output

Labels
Top Solution Authors