VARIANT
Applies to: CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6
Description
Variant aggregates all activities of a case into a string, which represents a variant of the process.
Syntax
VARIANT ( table.column )
column: String column which has to be joinable to the activity table.
SHORTENED ( VARIANT ( table.column ) [, max_cycle_length ] )
column: String column which has to be joinable to the activity table.
max_cycle_length: More than max_cycle_length consecutive occurrences of the same activity are reduced to max_cycle_length occurrences (Since: CELONIS 4.6). Default Value is 2.
Input column
The input column doesn't have to be necessary an activity column. Other string columns are also possible. This way it is also possible to create variants based on a resource column. Or activities can be grouped together by mapping activity names e.g. with REMAP_VALUES. VARIANT
ignores NULL values.
Examples
[1] This example shows how
|
[2] If
|
[3] Here is an example in which, instead of the ACTIVITY column, another column is used as input for
|
[4] Here activity B and C grouped together to BC using REMAP_VALUES.
|
[5] Null values are ignored by VARIANT.
|