MAX
The maximum value in the time window.
Syntax
MAX(VALUE)
Arguments
VALUE:
An expression of any type (NUMBER/STRING/INSTANT) that can be ordered.
Returns
The result type matches the type of the argument.
Example
Data
Query
Find the highest score of each user/level:
Results
Related Functions
MIN MAX_BY MAX_EACH MAX_TIME_SERIES
Dialog
Last updated