Reset Running total per group change

Stimulsoft Reports.Silverlight discussion
Locked
Majidv
Posts: 1
Joined: Wed Jan 16, 2013 6:28 am

Reset Running total per group change

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Reset Running total per group change

Post 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.
Locked