Hi, is there a way to add weekdays to a date?
E.g. Goods Issue date is on a Friday
and we need to add 2 weekdays (Monday through Friday are weekdays)
to the Goods Issue Date, so that we end at a Delivery Day of Tuesday (Friday + 2 weekdays)
ADD_DAYS would give us Sunday as output, and ADD_WORKDAYS only works with a workday calendar (needs TFACS table which we do not have)
REMAP_TIMESTAMP even with the ADD_DAYS function would bring us to Monday as the next weekday.