Pull Up Aggregation - Table Options
Description
Besides using a table from the data model as a target table inside a PU-function, generated tables can be passed.
In the first argument of every PU-function, a target table needs to be specified, which is the table to which the aggregated values are pulled. This target table can be a table from the data model, or it can be one of the following two special table options:
CONSTANT: Aggregates all values of a column to one single value, without any grouping.
DOMAIN_TABLE: Creates a temporary table from various column(s). For example, this can be used if values of a column should be aggregated based on a column of the same table.