I'm having a problem with subtotals calculating incorrectly when I collapse a group. In the images below, the relevant fields are Salesperson, Tour Count (a calculated field returning either a 1 or a 0), and Net Sales Volume (also a calculated field, but returns a blank instead of a 0 if no sale was made). The only grouping in the report is on Salesperson.
As long as the group is expanded, the subtotals are correct, like this:
(http://C:%5CDocuments%20and%20Settings%5Csparis%5CDesktop%5CSubtotals%20Correct.bmp)
However, if I collapse the group (because I don't need to see the individual records), the subtotals are incorrect, like this:
(http://C:%5CDocuments%20and%20Settings%5Csparis%5CDesktop%5CSubtotals%20Incorrect.bmp)
My gut tells me that this is somehow related to the fact that these are the only two calculated fields in the report, because they're the only two that aren't working right. I've played around with (I think) every possible option in the Summarize screen, but it doesn't seem to make a difference. Plus, why would this only happen when the group is collapsed? Any ideas?