Page 1 of 1

Reset Running total per group change

Posted: Wed Jan 16, 2013 6:38 am
by Majidv
Hi there
I have a report like this :

Name DebitFee CreditFee
A 10 0
A 30 0
A 0 20

B 5 0
B 0 10


I want to sum of each debitFee & creditfee columns in group by like this
{cSumRunning(AdminReportDS.CreditFundAmount) - cSum(DataBand1,AdminReportDS.CreditFundAmount)}

but it dose not reset per each gorup.
please help me.
thnaks.

Re: Reset Running total per group change

Posted: Thu Jan 17, 2013 5:20 am
by HighAley
Hello.
Majidv wrote:I have a report like this :

Name DebitFee CreditFee
A 10 0
A 30 0
A 0 20

B 5 0
B 0 10


I want to sum of each debitFee & creditfee columns in group by like this
{cSumRunning(AdminReportDS.CreditFundAmount) - cSum(DataBand1,AdminReportDS.CreditFundAmount)}

but it dose not reset per each gorup.
please help me.
Please, specify what sum and where do you want to get in your example.

Thank you.