Applies to: CELONIS 4.4
Description
This function counts the distinct values for each window. It can be applied to any data type.
Эта функция подсчитывает различные значения для каждого окна. Это может быть применено к любому типу данных.
Syntax
MOVING_COUNT_DISTINCT ( 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