SOLVED
Operators
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
GarMIngle
8 - Asteroid
‎01-04-2021
10:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Expression
3 REPLIES 3
17 - Castor
‎01-04-2021
10:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
you need to change the delta to numeric values. I am assuming it is a string data type.
‎01-04-2021
11:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks I will check and try to execute
‎01-04-2021
11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thanks again, I missed changing delta to a numeric value.
