I have included screen captions of the tablix in design and preview mode. I have two row groups. The first one labeled emissiontyperowgroup is grouped on two columns. I filter the rows to exclude any value when the second column of the group does not equal a certain value. It does filter correctly because the rows in the first row group are correct. I selected the row group and selected Add Total to show the total for this group, however, the total is is displaying includes the filtered row.
Main Topics
Browse All Topics





by: CGLuttrellPosted on 2009-06-01 at 17:08:28ID: 24523000
The Add Total will add the group footer subtotal box and the default Sum(Fields!YourDataElement .Value) in it which will sum everything in the group scope, but includes everything in the group even it hidden or not showing duplicates, etc. How did you filter the two row groups, maybe I can see what to change to get the totals to come out right?