Abs

The Abs() function takes the absolute value of a number.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Returns an absolute number

Returns Invalid expression if the parameter is not a valid number.

Syntax

Abs(number)

Abs(-123.4567) => 123.4567

Abs(unknownnumber) => Invalid expression

Parameters

Examples

Last updated