Overview
Theaggregate-numbers transformation performs aggregation operations on an array of numbers.
Syntax
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
variable | array | Yes | - | Array of numbers to aggregate |
operation | string | No | "sum" | Aggregation operation: "sum", "avg", "min", "max", "count" |