Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Analytic App Filter on Concatenated Field

ryannschuessler
7 - Meteor

Hi! I'm trying to filter on a concatenated field in an analytic app. The field that can be up to 4 values, example 1: "one, two, three, four", but the field can have less in any order, example 2: "one, four, three"

 

I would like the user to select which values (preferably in the list box format, see attached) and when the user selects the values it calculates similarly to a contains OR function. 

 

For example if the user selects 'two' only example 1 would pass through the parameter but if the user selects 'one' and 'two' then both examples will be true. 

 

Thanks!

 
 
 
 

 

1 REPLY 1
nagakavyasri
12 - Quasar

Is this what you are looking for?

 

Screenshot 2023-06-27 141312.png

 

 

Depending on the options selected, data is filtered:

 

Screenshot 2023-06-27 141604.png

Labels
Top Solution Authors