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