Skip to content

AccSum

Description

AccSum returns the cumulative sum of a numeric expression.

Syntax

AccSum(value)

Parameters

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

Notes

Window functions operate over the current ordered window or query context.

Example

AccSum(MonthlySales)

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