Reference Updated March 23, 2026

ABS

Category: Math & numeric

Overview

DescriptionReturns the absolute value for each value in the input node. Use this when you need to remove the sign from negative values.
SyntaxABS('Node')
ParameterNode: 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')

Year→ ABS Result
202524.5
202695
20270
Was this page helpful?