Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4
Description
Calculates the number of elements in the specified column for each element of the given parent table.
PU_COUNT can be applied on any data type. The data type of the result is always an INT. If no value in the child table exists for the element in the parent table (either because all values of the child table column are filtered out, or because no corresponding value exists in the first place), 0 will be returned.
Вычисляет количество элементов в указанном столбце для каждого элемента данной родительской таблицы.
PU_COUNT может применяться к любому типу данных. Тип данных результата всегда INT.
Если для элемента в родительской таблице не существует никакого значения в дочерней таблице (либо потому, что все значения столбца дочерней таблицы отфильтрованы, либо из-за отсутствия соответствующего значения в первую очередь), будет возвращено 0.
Syntax
PU_COUNT ( parent_table, child_table.column [, filter_expression] ) |
Examples