Stop running sum(Over All) when customer change

W

Wahab

Dear All

I hv report based on tblTransaction which contains many customers with their
transactions by date wise. I grouped report on CustomerID sub Group by
Fromat(trnDate,â€MMM-YYâ€) to get monthly transactions for each customer. I
made calculated field to obtained closing balance with running sum over Group.
I want to make the Running sum – over all but when customers is changing it
must stop and start again, by default it will give running sum of all the
customer, exactly this I don’t want. Any idea to stopped or make running sum
based on customer when month is changing it should carry on so I will get
uptodate balance of each customer?
Thanks in advance
 
M

Marshall Barton

Wahab said:
I hv report based on tblTransaction which contains many customers with their
transactions by date wise. I grouped report on CustomerID sub Group by
Fromat(trnDate,”MMM-YY”) to get monthly transactions for each customer. I
made calculated field to obtained closing balance with running sum over Group.
I want to make the Running sum – over all but when customers is changing it
must stop and start again, by default it will give running sum of all the
customer, exactly this I don’t want. Any idea to stopped or make running sum
based on customer when month is changing it should carry on so I will get
uptodate balance of each customer?


You need two RunningSun text boxes. Add a text box to the
month group footer section. Set its expression to
={first run sum text box}
and set its RuningSum property to Over Gtoup. Because it is
in a group footer section it will keep going until the next
higher level group changes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top