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
Solved! Go to Solution.
Hi,
you need to change the delta to numeric values. I am assuming it is a string data type.
Thanks I will check and try to execute
thanks again, I missed changing delta to a numeric value.