DEFAULT ACTIVITY_COLUMN
Description
The DEFAULT ACTIVITY_COLUMN
statement can be used to temporarily overwrite the default eventlog for the execution of a single query. The specified column is used whenever an operator would use the activity column of the default eventlog.
Syntax
DEFAULT ACTIVITY_COLUMN activity_table.column;
activity_table.column: String column of the activity table.
Examples
[1] Query: In this scenario, ActivityTable1 is actually configured as the default event log. However, by using the | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
[2] Query: ActivityTable1 is configured as the default event log. By setting the default eventlog temporarily to ActivityTable2, the first filter actually filters ActivityTable2. Then, the default eventlog can be switched back by using another temporary default eventlog. This implies that the second filter operates on ActivityTable1 again. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
[3] Query: It is also possible to use complex expressions, such as case when statements, inside the | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|