Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the sum of all values in the specified column Category: aggregate Syntax:
Sum([column])
Returns: Number Context Filtering: ✗ No

Parameters

NameTypeRequiredDescription
columncolumn✓ YesThe numeric column to sum
Allowed Column Types for column: INT, FLOAT, DECIMAL

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Sum([Amount])
Returns the total of all amounts
Last modified on March 13, 2026