Skip to main content

SUMMARIZE function

Summarizes a table by aggregating data.

Syntax

summarize(<table>, <rows>, <values>)
ParameterTypeDescription
tablevtThe table to be summarized.
rowsarrayThe rows to be included in the summary.
valuesarrayThe values to aggregate.