See example below:
I tried with {FIXED Part number: SUM(Start quantity + Quantity used)} ==> Problem with the second line, because you don't have the right value of "remaining quantity" but the "start quantity".
I tried with Max(start quantity)+(Sum(quantity used)+previous value(0)) ==> Problem with the second part number, he is using the "quantity used" from the previous part number.
I tried with WINDOW_SUM(SUM([[Mbstqt]]+[Motrqt]]]),-1,0) ==> Problem with the second part number, he continue to used the "remaining value" from other part number.
Many thanks in advance for you help!
Regards
Anne-Claire
9 answers
@Anne-Claire Sautter use below formula + attached workbook
max([Start quantity])+ RUNNING_SUM(sum([Quantity used]))