Forum Discussion
Lee_Mather
10 years agoRegular Visitor
Advice Required: Data Spanning Months
Does anyone have any tips on how I can split a data field into two seperate months I have a start date and an end date. Where the start and end date cross into 2 seperate months I need to pro ra...
Lee_Mather
10 years agoRegular Visitor
I found the answer, work with the date table, add a weekday counter, 1 for weekdays, 0 for weekends and bank holidays then do a sum calculation based on the start and end date.
Thanks to Rob Collies blog post for this heads up.
Lee