Skip to content

Sum

Description

Sum returns the sum of a numeric field or expression.

Syntax

Sum(value)

Parameters

Parameter Required Type Description
value Yes Field or expression Numeric values to add.

Notes

Aggregate functions are commonly used in metric definitions and grouped query results.

Example

Sum(SalesAmount)

The expression returns the calculated result according to the current query context.