CASE_ID_COLUMN
Applies to: CELONIS 4.7
Description
CASE_ID_COLUMN
allows to refer the case column of an activity table in the data model without using the exact column name.
Syntax
CASE_ID_COLUMN ( [ expression ] )
When an expression that involves a column of an activity table is passed as an argument, the case column of that activity table is referenced.
When no argument is passed, the case column of the default activity table is referenced.
Examples
[1] In this example, the data model contains one activity table. Using a column reference as the input expression, we refer to the CASE_ID column of the related activity table.
|
[2] In this example, the data model contains one activity table. By passing no arguments to the CASE_ID_COLUMN, function, we refer to the CASE_ID column of the default activity table.
|