Skip to main content
Rounds a number to the specified number of digits Category: math Syntax:
Returns: Number Context Filtering: ✓ Yes

Parameters

Allowed Column Types for number: INT, FLOAT, DECIMAL

Validation

  • Minimum parameters: 1
  • Maximum parameters: 2

Examples

Rounds each value in the Cost column to the nearest whole number
Returns 3.1 Result: 3.1
Returns 1200 Result: 1200
Last modified on March 13, 2026