Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4
Description
This function calculates working days between two dates based on a TFACS style calendar table.
The calendar table can be configured in the Data Model Editor and applies to all calls of WORKDAYS_BETWEEN in the Data Model.
The calendar table has to have the following layout:
Calendar ID: Identifier of the working calendar
Year: Year of the calendar
Month 1: Working days of January bit encoded. A 1 is a working day. A 0 is a day off. Example of January 2019 with the weekends off: 1111001111100111110011111001111
Month 2: Working days of February.
...
Month 12: Working days of December
Эта функция вычисляет рабочие дни между двумя датами на основе таблицы календаря в стиле TFACS.
Таблица календаря может быть настроена в редакторе модели данных и применяется ко всем вызовам WORKDAYS_BETWEEN в модели данных.
Таблица календаря должна иметь следующую разметку:
Календарь ID: идентификатор рабочего календаря
Год: год календаря
Месяц 1: рабочие дни января кодируются битами. А 1 рабочий день. 0 - выходной. Пример января 2019 года с выходными днями: 1111001111100111110011111001111
Месяц 2: рабочие дни февраля.
...
Месяц 12: рабочие дни декабря
WORKDAYS_BETWEEN ( calendar_id, start, end ) |
If the calendar id does not exist in the calendar table, WORKDAYS_BETWEEN assumes that only the weekends are days off.
Если идентификатор календаря не существует в таблице календаря, WORKDAYS_BETWEEN предполагает, что только выходные являются выходными.
Example