Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4
Description
Calculates the sum of the specified column for each element of the given parent table.
Like the regular SUM operator, the column can either be an INT or FLOAT column. The data type of the result is the same as the input column data type. 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), NULL will be returned.
Вычисляет сумму указанного столбца для каждого элемента данной родительской таблицы.
Как и обычный оператор SUM, столбец может быть столбцом INT или FLOAT. Тип данных результата совпадает с типом данных входного столбца.
Если в элементе родительской таблицы не существует значения в дочерней таблице (либо из-за того, что все значения столбца дочерней таблицы отфильтрованы, либо из-за отсутствия соответствующего значения в первую очередь), будет возвращено значение NULL.
Syntax
PU_SUM ( parent_table, child_table.column [, filter_expression] ) |
Examples