DRAFTThis page is not published. Only visible in development mode.
math module · Aggregation Function

math::max

Find the maximum value across multiple rows.

Syntax

$ RQL

Parameters

NameTypeDescription
valueNumberThe numeric field to find the maximum of

Return Value

Returns the largest value in the group.

Examples

Find highest price

$ Find highest 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