I have a matrix report with a column group. I have a filter on this column group so that not all members of this group are shown on the report. When I add a total for this group, the total I get seems to be for all members of the groups, not for only the ones that meet the filter condition.
I know that I can achieve this if I filter the data being retrieved from the database, but I am wondering if I can put a filter on a group and have its total show the filtered total.