KimRavizza
3 years agoQrew Cadet
Scheduling Capacity Chart
Hi All,
I have a Stores table that contains all the data for my stores, including the Delivery/Install date for the equipment we're installing.
I'm trying to create a stacked bar chart that shows the number of installs we can schedule in a week vs the number we have actually scheduled (to show how much contingency we have)
So for example, in week 1 we could schedule a total of 16 stores. We have scheduled 12, so we have room to schedule 4 more.
I think I need the following fields:
Week Number (1 to 23 - based on the first day of the week of the Delivery/Install Date)
Weekly Capacity - varies by week number, as some weeks have holidays, so less capacity
# of Stores Scheduled - how many stores have a Delivery/Install Date in a given week
The Delivery/Install Date and Week Number fields are in the Stores table. To get the # of Stores Scheduled, I'm assuming I would need to create a summary field in a parent table
I've tried creating a "Capacities" table, with the week numbers and the capacity for each week. Set up a relationship with the Stores table where the Capacities is the parent and the Stores is the child. I'm just drawing a blank on how to generate the related Stores.
Am I over-complicating this? Just drawing a blank this morning, so any help anyone can provide would be very much appreciated.
I'm sure I've probably left out some key info, so please feel free to ask questions to clarify.
Thanks in advance!
------------------------------
Kim
------------------------------
I have a Stores table that contains all the data for my stores, including the Delivery/Install date for the equipment we're installing.
I'm trying to create a stacked bar chart that shows the number of installs we can schedule in a week vs the number we have actually scheduled (to show how much contingency we have)
So for example, in week 1 we could schedule a total of 16 stores. We have scheduled 12, so we have room to schedule 4 more.
I think I need the following fields:
Week Number (1 to 23 - based on the first day of the week of the Delivery/Install Date)
Weekly Capacity - varies by week number, as some weeks have holidays, so less capacity
# of Stores Scheduled - how many stores have a Delivery/Install Date in a given week
The Delivery/Install Date and Week Number fields are in the Stores table. To get the # of Stores Scheduled, I'm assuming I would need to create a summary field in a parent table
I've tried creating a "Capacities" table, with the week numbers and the capacity for each week. Set up a relationship with the Stores table where the Capacities is the parent and the Stores is the child. I'm just drawing a blank on how to generate the related Stores.
Am I over-complicating this? Just drawing a blank this morning, so any help anyone can provide would be very much appreciated.
I'm sure I've probably left out some key info, so please feel free to ask questions to clarify.
Thanks in advance!
------------------------------
Kim
------------------------------