math
Syntax:
Float
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
numbers: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 2
- Maximum parameters: 10
Examples
20
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
RowAvg([number1], [number2], ...)
Float
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
numbers | number or column | ✓ Yes | Numbers to calculate the average of |
numbers: INT, FLOAT, DECIMAL
RowAvg([Sales], [Marketing], [Support])
RowAvg(10, 20, 30)
20
RowAvg([Q1], [Q2], [Q3], [Q4])