TheLibrary
Programmer
Crystal Reports 9
I have a simple report that I want to add a running calculation for on hand inventory and order shortages:
ShipDate Part No. ShipQty OnHandQty ShortQty
1-10-04 7000-01 10 15 0
1-10-04 8125-99 20 40 0
1-11-04 7000-01 15 5 10
1-11-04 8125-99 35 20 15
The OnHandQty and ShortQty should work like running totals, but are tied specifically to their Part No.'s. The report must be sorted by ShipDate.
Arrays are limited to one-dimension, otherwise this would be no problem.
Suggestions?
I have a simple report that I want to add a running calculation for on hand inventory and order shortages:
ShipDate Part No. ShipQty OnHandQty ShortQty
1-10-04 7000-01 10 15 0
1-10-04 8125-99 20 40 0
1-11-04 7000-01 15 5 10
1-11-04 8125-99 35 20 15
The OnHandQty and ShortQty should work like running totals, but are tied specifically to their Part No.'s. The report must be sorted by ShipDate.
Arrays are limited to one-dimension, otherwise this would be no problem.
Suggestions?