Skip to content

AccCount

Description

AccCount returns the cumulative count of an expression.

Syntax

AccCount(value)

Parameters

Parameter Required Type Description
value Yes Field or expression Expression to count cumulatively.

Notes

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

Example

AccCount(OrderID)

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