Forum Discussion
MiroslavNavrati
4 years agoRegular Visitor
Capacity usage forecast
I have Orders table with the following columns: OrderID Start of Assembly/DATETIME End of Assembly/DATETIME Required Capacity/INT Then I have a calendar table which defines dates of the capaci...
- 4 years ago
MiroslavNavrati So, I actually just did this for a customer around capacity planning for project resources. I basically adapted Open Tickets to do this as it's basically the same issue, you are trying to identify/count/sum something across start and end dates.
MiroslavNavrati
4 years agoRegular Visitor
Greg_DecklerThank you both for the fast reply & working solution