CALENDAR_WEEK
Description
CALENDAR_WEEK returns the calendar week of a given date. Celonis follows the standard ISO 8601 for numbering the calendar weeks.
The standard defines Monday as the first day of the week and the first week of the year as the one with the 4th of January.
Supported input column types: DATE
Output column type: INT
Syntax
CALENDAR_WEEK ( table.column )
NULL handling
If any parameter is NULL, the result is NULL as well.
Example
[1] This example shows in which calendar week the 1st of January is depending on the weekday. The 1st of January 2018 is a Monday, 2019 it is a Tuesday, 2014 Wednesday and so on. If the 1st of January is Friday, Saturday or Sunday the week still "belongs" to the previous year. | ||||||||||||||||||||
| ||||||||||||||||||||
|