SUMMARIZE function
Summarizes a table by aggregating data.
Syntax
summarize(<table>, <rows>, <values>)
| Parameter | Type | Description |
|---|---|---|
| table | vt | The table to be summarized. |
| rows | array | The rows to be included in the summary. |
| values | array | The values to aggregate. |