Hi
muddasirmunir,
You might try creating type of running total using a formula.
Create a formula called BalanceAmt.
Use the following in the formula;
NumberVar BalanceAmt
BalanceAmt := BalanceAmt + {TableName.sale}
Insert the {TableName.sale} field into your detail line and then insert the @BalanceAmt formula next to it.
Regards,