Skip to main content

Overview

The absolute transformation returns the absolute value of a number (removes the sign).

Syntax

absolute(<variable>)

Parameters

ParameterTypeRequiredDescription
variablenumberYesThe number to get the absolute value of

Examples

absolute(<variable>)
The absolute value of a number is always positive or zero.