RUNNINGMIN
Calculates the running minimum of a column
RUNNINGMIN(column
)
Returns the running minimum in a column
Arguments
Argument
Description
column
Column on which to compute the running minimum. Must be numeric.
Output
Running minimum of input column
Example
Last updated
Was this helpful?