Alteryx Designer Desktop Discussions

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

If Condition

Jaganmohan
8 - Asteroid

 x column having Different fixed Decimal Numbers ,need a IF condition to highlight >3 and <-3 (if data having greater then 3 and Less then -3 = True else same x column).

 

Please help me out - Thanks. 

3 REPLIES 3
mbarone
16 - Nebula
16 - Nebula

That would be a conditional statement, which is a function in Alteryx.  Best way to find info on functions is to drag a Formula Tool on the Canvas, and click F1.  That will open the help file on the tool your focused on.  Within the formula help page, you'll see Functions, and then can navigate to Conditional.  Here's the link:  https://help.alteryx.com/2020.2/Reference/Functions.htm?Highlight=conditionals.   

 

 

Qiu
21 - Polaris
21 - Polaris

@Jaganmohan 
As @Jaganmohan suggested, this would be a Condition Statement, though a Tostring is required if understand your requiement correctly.

A2.PNG

Jaganmohan
8 - Asteroid
Thanks for your support - your logic working.
Labels
Top Solution Authors