math
Syntax:
Number
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
number: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 1
- Maximum parameters: 2
Examples
3.15
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
RoundUp([number], [digits])
Number
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number | number or column | ✓ Yes | The number to be rounded |
digits | number | ✗ No | The number of decimal places to which to round. If not provided, defaults to 0 |
number: INT, FLOAT, DECIMAL
RoundUp([Cost], 2)
RoundUp(3.141, 2)
3.15
RoundUp([Cost], -2)