Cut-off Calendars
Do you want to know why you need to set up a Cut-off calendar? Then you need to follow this link.
Data Watcher is equipped with two pre-existing calendars: Everyday and Every Working Day. If you need to set a different Calendar, follow these steps:
- As Administrator, go to Setup → Cut-off Calendars.
- Click on the button.
- In the Upload Calendar window, click Download example template and save it on you local drive.
- Edit the TXT file specifying these parameters:
[INFO]
Name= assign a name to the calendar you are creating
Description= enter a description for the calendar, it will appear on the main screen.
[WEEKDAYS]
Accepted values are E = Enabled and D = Disabled.
A Day is Enabled when a cut-off can be configured for that day.
A Day is Disabled when a cut-off cannot be configured for that day.
[EXCEPTIONS]
In this section you can configure bank holidays or days when the cut-off will not be applied. The format supported is:
yyyymmdd=E|D
For example: 20251225=D will disable December 25th, 2025. - Upload the TXT file using the same window used for the download.
Here below is an example of how a Calendar can be configured:
[INFO]
NAME=Every Working Day
DESCRIPTION=Every Working Day
[WEEKDAYS]
MONDAY=E
TUESDAY=E
WEDNESDAY=E
THURSDAY=E
FRIDAY=E
SATURDAY=D
SUNDAY=D
[EXCEPTIONS]
20000101=E,Enabling example
20241225=D,Christmas
20250815=D,Bank Holiday
20251225=D,Christmas
Once you have uploaded your Calendar, it will appear in the result list.
From the result list, you can download, update, or delete each Calendar listed, even pre-existing ones!
Updated 2 days ago