Applies to: CELONIS 4.3 CELONIS 4.4
Description
Calculates the maximum for each window. It can be applied to INT or FLOAT columns. Рассчитывает максимум для каждого окна. Может применяться к столбцам INT или FLOAT.
Syntax
MOVING_MAX ( table.column, start, end ) |
Null handling
Null values are ignored, meaning that they don't influence the result. If all values of a group are null, the result for this group is also null.
Нулевые значения игнорируются, это означает, что они не влияют на результат. Если все значения группы равны нулю, результат для этой группы также равен нулю.
Examples