well it seems I have a problem getting the logic of this thing.

I want to get 1 column with dates
each date has to be a business day according to at least 1 calendar (max 3 calendars)
I need to get (end date - start date) iterations

this is what I have:

- a start date
- an end date
- to 3 calendars
- 2 functions: isbusinessday and forwarddate

isbusinessday returns 0 or 1 depending on whether a given date is a business day according to 1 calendar
forwarddate give the next business day if a given business day is not a trading day

I have a problem understanding how to loop correctly the thing apparently...

can someone pont me in the right direction (strategy) in order to find the business days I need accoring to 1 to 3 calendars please??

thanks