ABS
ABS([Delta])
Syntax
ABS(numerical expression)
Returns the absolute value of a number. For example ABS(-3) = 3
.
numerical expression: Basic arithmetic calculation created using the math operators +, -, *, /
, numerical data fields and constants.