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.
SOLVED

passing argument through select tool and updating filter

Jhor
5 - Atom

Hello, 

 

 Through my select user interface, I pass the following string. I would like to use this string to filter out values from one column that contains values such as 1 or 2 or 3 and so on. Only true ones should be passed. 

<Value>1=True,2=True,3=False,4=False,5=False,6=False,7=False</Value>

 

I am thinking of formula such as if else condition and it works but this formula is static. I would like to make it non static. 

 

Any help is much appreciated. 

1 REPLY 1
clmc9601
13 - Pulsar
13 - Pulsar

Hi @Jhor,

 

How about something like this?

 

Screen Shot 2021-02-03 at 5.03.39 PM.png 

Labels
Top Solution Authors