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