Skip to main content
Returns the absolute, non-negative value of a number Category: math Syntax:
Returns: Number Context Filtering: ✓ Yes

Parameters

Allowed Column Types for number: INT, FLOAT, DECIMAL

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Converts all negative values in Distance Covered column to positive values
Returns the absolute value of -5 Result: 5
Returns the absolute value of 3.14 Result: 3.14
Last modified on March 13, 2026