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.
Reset Running total per group change
Re: Reset Running total per group change
Hello.
Thank you.
Please, specify what sum and where do you want to get in your example.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.
Thank you.