Hello All,
I'm trying to accomplish the following: I have shipdate and DaysTakeToDeliver. I'm trying to figure out the ExpectedDeliveryDate without holiday and weekend. Below is the sample data.
Shipdate DaysTake ExpectedDeliveryDate
8/29/08 3 9/4/08 (exclude holiday/weekend)
8/29/08 4 9/5/08 (exclude holiday/weekend)
8/29/08 5 9/8/08 (exclude holiday/weekend)
9/2/08 3 9/5/08 (exclude holiday/weekend)
9/2/08 4 9/8/08 (exclude holiday/weekend)
9/2/08 5 9/9/08 (exclude holiday/weekend)
i have a table that stored all the holidays. How can I create the ExpectedDeliveryDate.
Your input/suggestion is greatly appreciated.
Thanks
I'm trying to accomplish the following: I have shipdate and DaysTakeToDeliver. I'm trying to figure out the ExpectedDeliveryDate without holiday and weekend. Below is the sample data.
Shipdate DaysTake ExpectedDeliveryDate
8/29/08 3 9/4/08 (exclude holiday/weekend)
8/29/08 4 9/5/08 (exclude holiday/weekend)
8/29/08 5 9/8/08 (exclude holiday/weekend)
9/2/08 3 9/5/08 (exclude holiday/weekend)
9/2/08 4 9/8/08 (exclude holiday/weekend)
9/2/08 5 9/9/08 (exclude holiday/weekend)
i have a table that stored all the holidays. How can I create the ExpectedDeliveryDate.
Your input/suggestion is greatly appreciated.
Thanks