...
Function | Explanation | Examples |
---|---|---|
| The function will display the smallest number between two or more conditions | Min(unit_id., 1000) |
AVG | The function will display the average between two or more conditions |
|
ABS | The ABS function returns the absolute value of the given number, |
|
| The “IF” function is a decision-making condition function between numerical fields. |
|
...
Function | Explanation | Examples |
---|---|---|
SWPSWAP | The function will translate convert a numeric field to a text field | Swap(’real_time_status’ ; ‘0:Down’ ; ’999:Off Grid’) |
| The “IF” function is a decision-making condition function between textual fields. IF operation – syntax: IF(‘a’ ; ’b’ ; ‘c’) -> if “a” is true then “b” else “c”. We support the following Boolean operations in text fields: ‘a’ = ‘a’ -> True ‘a’ != ‘a’ -> False |
|
...