Hi,
I'm just starting to research this and I suspect its not possible, but will give it a try anyway.
I have a column on which I am calculating percentage within a subtotal group. So in my case a group has a total value with several values summed to get that total. There are 4 or 5 of these groups. I've created a query that gets the total for each group and is used to calculate percentage. I'm using 'dbr.sum' to get a "subtotal" of 100% for each group from the percentage calculation, however at the end I also get a number which is n * 100% where "n" is the number of groups that were subtotaled. This number is meaningless and I don't want to display it. Is there a way to not show it, or might there be another way to show the percentage total of these subtotals, without displaying a Grand Total.
Making this harder is that I would still like the Total of the group sums at the end.