Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Absolute
Last updated 3 years ago
This function returns the absolute value of a number.
Function available for the following operating systems:
Value <numeric> - Value to retrieve the Absolute value from.
Example 1
ABS(-1.4) Result = 1.4
Example 2
ABS(1.4) Result = 1.4