I’ve been asked to build a “Supply and Demand Summary” baq / dashboard. The baq is to go out and get our forecast, sales order demand, and our firm and unfirm job qty’s by part number. After all that data is collected I need to put those quantities into buckets:
Past Due - everything that was due before today and is still open, and then everything from the current month to 12 months out from the current month.
The end result should be formatted similar to the following:
I didn’t open your query, but I’m assuming that you are using the PartDtl table? It should have most everything you need without having to union a bunch of other tables.
PartDtl should have everything you need Plus some… you may need to filter out suggestions from the mix. PartDtl is basically the TimePhase screen. You could summarize it and then lookup any additional details after the summarization.
How do you filter out suggestions in the PartDtl table?
I see order release firm and job firm but haven’t found anything for transfer orders.
Thoughts?