Hello,
I have a scenario where i need to generate rows starting from a date field and working backwards.
For example:
Completion Date = Fri March 16th
I need to create 3 rows to represent 3 days of estimated work that will hit that Completion Date. In this case- not a problem to increment backwards until the 3 days are reached.
However, weekends are giving me an issue. I cannot count them in my logic.
Ex.
Completion Date = Tuesday March 20th
I need to back off 5 days (or 10, covering 2 weekends....). That will end up only going back to Thur March 15th because it counted Sat/Sun. It should have created rows back to Tue March 13th excluding Sat/Sun.
The Generate Rows function doesn't seem to allow me to do this. Ideally, I'd love to say "generate xx number of rows where the date doesn't land on Sat or Sun". But I don't see how to do this and still have a date value generated per row.
Any ideas?
Thanks!