WINDOWMAX

Calculates rolling or static window maximum

WINDOWMAX(column, window size / static window start, static window end)

Returns a rolling or static window maximum from a given column

Arguments

Outputs

Window maximum(s).

Example

Last updated