For the complete documentation index, see llms.txt. This page is also available as Markdown.

RUNNINGMAX

Calculates the running maximum of a column

RUNNINGMAX(column)

Returns the running maximum in a column

Arguments

Argument

Description

column

Column on which to compute the running max. Must be numeric.

Output

Running maximum of input column

Example

Last updated

Was this helpful?