Alteryx Designer Desktop Discussions

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

How to make an "IF" statement with a Flag input

wonka1234
10 - Fireball

Hi all,

 

How do I do an if statement with a flag input by a user.  The logic would be:

 

Flag = False

...

...

If Flag True: 

   Filter columnA for "--".

    Else  leave ColumnA Alone.

 

Having trouble inputting this into my workflow.

I want the flag section/variable to be inputted by the user.

 

Thanks.

1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@wonka1234 
The flow is not so pretty but hope it works for you.

1208-wonka1234.PNG

Labels