Alteryx Designer Desktop Discussions

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

Operators

GarMIngle
8 - Asteroid

My written operator statement which does not work. IF [Delta] <= (-1) THEN "REVIEW" ELSE "" ENDIF

 

I would like to find all cases where [Delta] is less than or equal to (-1), my formula says invalid operator.  How do I write less than or equal to if statement? Unable to locate in documentation.

 

Thanks for any assistance.

 

Gary Mingle

3 REPLIES 3
Emil_Kos
17 - Castor
17 - Castor

Hi,

 

you need to change the delta to numeric values. I am assuming it is a string data type.

GarMIngle
8 - Asteroid

Thanks I will check and try to execute

GarMIngle
8 - Asteroid

thanks again,  I missed changing delta to a numeric value.

Labels