RUNNINGMAX
Calculates the running maximum of a column
Last updated
Was this helpful?
Calculates the running maximum of a column
RUNNINGMAX(column)
Returns the running maximum in a column
Argument
Description
column
Column on which to compute the running max. Must be numeric.
Running maximum of input column
Last updated
Was this helpful?
Was this helpful?