Currently I have fields like
Item Subitem SubitemQty SubitemStock Location Totalstock Calculated total
A A1 1each 50 misc 500 here( 500-(50+100))=350)
A1 1 each 100 misc-z
A2 1 each 72 misc 220 (220-72)as we have only one a2 value (148)
I am not able to calculate total of subitemstock( as we have many repetatitive subitems at different location and should be grouped together) so that I could be able to substract from total stock . I achieved everything except total using breaks.
Looking forward for suggestions.
Just to add I wrote a If statement checking for prev(subitem ) with current subitem value..it did not helped me .
Thanks.
Prathy