math module · Aggregation Function

math::min

Find the minimum value across multiple rows.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberThe numeric field to find the minimum of

Return Value

Returns the smallest value in the group.

Examples

Find lowest price

$ Find lowest price
$ ctrl+enter to run

Min and max together

$ Min and max together
$ ctrl+enter to run
Info
This is an aggregation function. Use it with the aggregate transform to compute values across multiple rows.

Related Functions