process

Good Morning,

We are trying to launch a process for reading some files, but we want them to be done only on business days and also to skip holidays.

For this we pull a calendar prepared by us, using the following formula.

= datetext (caladddays (now (), 0, cons! SAN_NAME_CALENDAR_MIAMI), "dd/MM/yyyy")

We put as a test today the 8th holiday, but although the function returns us on the 9th, the process continues to run.

Thx 

  Discussion posts and replies are publicly visible