Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This Blueriq function lets you calculate a date in the future a certain number of working days away from a chosen start date. A similar function exists in the expression language: Date and Time functions#WORKINGDAYSBETWEEN. What we want to achieve with this new function is similar to Date and Time functions#ADDPERIODTODATE, but now with working days instead of all days. A typical use case is that you want to give an answer to a customer within X working days after the application is received. You want to add X working days to the current date, but there is no such function available in the expression language. For calculating this, you want to take weekends into account as well as holdaysholidays.

Support VersionDownload
>=11.2

View file
nameWorkingDays.package.zip
height250

...