I have a report where I am trying to generate a reducing value running total. The report is grouped by Part No, each Part no has a field which contains a value for Qty on Hand, (this value comes from an embedded IAL). The detail part of the report shows transaction qtys (this is a formula)which I would like to net off the Qty on hand field, I also want to add a formula to calculate the offset qty. This is important when you are only partially using the qty on a transaction to get to 0. As per line 4 below
Example
Part No 123XYZ
Qty on hand 430
Details
Transaction Qty 100 Running Total Formula 330 Qty offset 100
Transaction Qty 150 Running Total Formula 180 Qty offset 150
Transaction Qty 125 Running Total Formula 55 Qty offset 125
Transaction Qty 150 Running Total Formula 0 Qty offset 55
Transaction Qty 300 Running Total Formula 0 Qty offset 0
Transaction Qty 149 Running Total Formula 0 Qty offset 0
Example
Part No 123XYZ
Qty on hand 430
Details
Transaction Qty 100 Running Total Formula 330 Qty offset 100
Transaction Qty 150 Running Total Formula 180 Qty offset 150
Transaction Qty 125 Running Total Formula 55 Qty offset 125
Transaction Qty 150 Running Total Formula 0 Qty offset 55
Transaction Qty 300 Running Total Formula 0 Qty offset 0
Transaction Qty 149 Running Total Formula 0 Qty offset 0