Skip to main content
Rounds a number down 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 the value for each row in the Cost column down by 2 digits
Returns 3.14 Result: 3.14
Rounds the input number down and replaces its last 2 digits with 0s
Last modified on March 13, 2026