January 24, 2012 at 8:09 am
Hello,
I need total based on a group. For example I have
Salesperson Date Daily Sales
—————————————————
Homer Simpson 93
07/01/2007
07/02/2007
Bart Simpson 13
07/01/2007
07/02/2007
Total 106
I need total to be 106, but when I use Sum(Fields!DailySales), it is giving me 212. I thought of using runningvalue function but it is giving me error. Can anybody please help me?
January 24, 2012 at 4:01 pm
Did you try simply adding a total row to your group? If it is grouped properly, the sum by group should work fine. Right click the group name in the RowGroup box, select Add Total.
January 25, 2012 at 7:08 am
I wrote a blog with a solution to this problem here:
I hope this helps.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply