Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Number | The numeric field to find the maximum of |
Return Value
Returns the largest value in the group.
Examples
Find highest price
$ Find highest price
Min and max together
$ Min and max together
Info
This is an aggregation function. Use it with the
aggregate transform to compute values across multiple rows.