Abs
The function ‘Abs’ is used to get absolute value of a number.
Function Parameters
- value:
Required: Yes
Type: any valid JsonQL expression.
Description: Any valid JsonQL. If JsonQL evaluates the value to a numeric number, function will return absolute value of the number. Otherwise, undefined value will be returned.