MAX_BY
The value correlating to the maximum sort in the time window.
Syntax
MAX_BY(VALUE, SORT)
Arguments
VALUE:
An expression of any type.
SORT:
An integer type that can be ordered.
Returns
The result type matches the VALUE
type.
If the maximum value is not unique, the first VALUE
in the set will be returned.
Example
Data
Query
Results
Related Functions
MAX() MAX_EACH() MAX_TIME_SERIES MIN MIN_BY
Dialog
Last updated