Applies to: CELONIS 4.3 CELONIS 4.4
Description
This function counts the values for each window. It can be applied to any data type.
Эта функция считает значения для каждого окна. Это может быть применено к любому типу данных.
Syntax
MOVING_COUNT ( table.column, start, end ) |
Null handling
Null values are not counted. If all values of a group are null, the result for this group is 0.
Нулевые значения не учитываются. Если все значения группы равны нулю, результат для этой группы равен 0.
Examples