Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

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