Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Number | The numeric field to find the minimum of |
Return Value
Returns the smallest value in the group.
Examples
Find lowest price
$ Find lowest 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.