DATE
Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 CELONIS 4.7
Description
The Celonis DATE
type represents timestamps. The supported timestamps range from the year 1400 (including) to the year 10000 (excluding) on millisecond precision. Values outside this range will be mapped to NULL
.
Date values can be defined as constants in two ways. Supported are date string inputs using {d }
or integer inputs with a count of milliseconds since 01.01.1970 using {t }
. The following two formats are supported as date string input:
yyyy-MM-dd HH:mm:ss
yyyy-MM-dd
Examples
[1] Create DATE types using date strings and number of milliseconds.
|
[2] Filter activities by a DATE interval:
|