I have two columns, in one the Masterdata bad "Prices" of products and in another the "quantity" of them.
Is it posible to get cumulative sum of this in each record?
In first record sum of this two, in secont previus sum plus curent sum, an so on in each record...
Something like this printed in each record of the master band:
[SUM(<Test."Price">*<Test."Quantity">,MasterData1,2))]
Thanks