Skip to content

AggrFunction class

Represents an aggregate function


The default constructor. ⊕ new AggrFunction(): AggrFunction



The caption of the aggregate function.

● caption: string


The display format of aggregate function.

● displayFormat: string


The function id. (e.g. SUM or COUNT)

● id: string


The SQL expression

● sqlExpr: string



Loads an aggregate function from its JSON representation object

▸ loadFromData(aggrFunction: AggrFuncData): void

  • aggrFunction: AggrFuncData - The JSON representation object

Returns void