I'm trying to create a report to show what route we need to hit in order to hit goal.
In my report, I've pulled in the route #, total units remaining to ship and cumulative total of units remaining to ship my route. I've also added a cumulative total to see after each route, how many units will be complete.
My report is grouped by route #, then order #(suppressed), then individual item on the order(suppressed).
In the group footer section for route #, my report will show Route 1 has 50 units left to ship and a cumulative of 50. Then show route 2 has 75 units left to shift and a cumulative of 125 units(route 1 + route 2). It will continue for all open routes.
Route # is pulled from the database, the number of units remaining to ship is a summary taking each order in the route and subtracting total units by units shipped and cumulative is a subtraction of the running total fields for total units by route subtracted by units shipped by route.
This report is going to end up on a snapshot report for management to show which route needs to be completed to hit the goal for today. So if goal today is 150, I only want to show the first route where the cumulative total is greater than 150.
I attempted to go into as much detail as possible, and hopefully didn't go into too much. Please feel free to ask any questions. I've been able to get all the date to show up, just don't know how to only show the one route we need to obtain in order to hit goal.
Is this even possible? I tried to mess with some formulas and put them in the report footer, but it always seems to return the last route #, even if it's not the one needed to hit goal.
In my report, I've pulled in the route #, total units remaining to ship and cumulative total of units remaining to ship my route. I've also added a cumulative total to see after each route, how many units will be complete.
My report is grouped by route #, then order #(suppressed), then individual item on the order(suppressed).
In the group footer section for route #, my report will show Route 1 has 50 units left to ship and a cumulative of 50. Then show route 2 has 75 units left to shift and a cumulative of 125 units(route 1 + route 2). It will continue for all open routes.
Route # is pulled from the database, the number of units remaining to ship is a summary taking each order in the route and subtracting total units by units shipped and cumulative is a subtraction of the running total fields for total units by route subtracted by units shipped by route.
This report is going to end up on a snapshot report for management to show which route needs to be completed to hit the goal for today. So if goal today is 150, I only want to show the first route where the cumulative total is greater than 150.
I attempted to go into as much detail as possible, and hopefully didn't go into too much. Please feel free to ask any questions. I've been able to get all the date to show up, just don't know how to only show the one route we need to obtain in order to hit goal.
Is this even possible? I tried to mess with some formulas and put them in the report footer, but it always seems to return the last route #, even if it's not the one needed to hit goal.