Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4
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
CALENDAR_WEEK возвращает календарную неделю указанной даты. Celonis следует стандарту ISO 8601 для нумерации календарных недель.
Стандарт определяет понедельник как первый день недели, а первую неделю года как день с 4 января.
Поддерживаемые типы входных столбцов: DATE
Тип выходного столбца: INT
Syntax
CALENDAR_WEEK ( table.column ) |
Null handling
If any parameter is NULL, the result is NULL
Если какой-либо параметр равен NULL, результат равен NULL.
Example