Find next n workday unique query
Hi
I need return unique query the next workday after n days from a date.
workday is all days (too holidays) with exception satudarday and sunday
I found some query count workdays betweeen two dates, but I can not get
to build a unique query (without to use function) to add n workdays eg:
Today is 18/04/2013 I want to add 5 workdays then
the next work day is 25/04/2013
if add 8 workdays the will be 30/04/2013
How can do it ?
Using 9.2.08