ABS

ABS('Node')

In Math & numeric

The ABS function returns the absolute value for each value in the input node.

Use this function when you need to remove the sign from negative values.

Parameters

NodeNode referenceRequired
Input node, specified using the node name in single quotes (e.g. 'Profit')

Example

Absolute value of positive, negative, and zero

This example shows that negative values become positive, while positive values and zero remain unchanged.

Input node: 'DecimalNode'

YearValue
2025-24.5
202695
20270

Formula: ABS('DecimalNode')

YearABS Result
202524.5
202695
20270
Was this page helpful?

Last reviewed March 23, 2026