Comment on page
MIN_BY
Gets the value that corresponds to the minimum value of a different field in the time window.
MIN_BY(VALUE, SORT)
Type: any
The field to return.
Type:
numeric
The field to sort by.
Type: any
Returns the
VALUE
that corresponds to the minimum SORT
value.If the minimum value is not unique, the first
VALUE
in the set will be returned.Last modified 1yr ago