I've run into this type of problem several times, and I've never found an answer/reason for it. I've been able to come up with various solutions / work arounds, but nothing more.
Here is the problem. I have a column in a report, and I want to total it. I have several Groups in the list. When I total the column, I get a total for the report for every group. If I create a seperate column that reads
total ( [some data item] ) it also returns the report total.
Now I've tried using the for statements, changing the aggreation and roll-up aggregation. The only way I've found to make it work it to set the report query to Auto-Sumarize = NO, unfortunately this screws up the calculations for every other column in my report.
Any thoughts?
Thanks
Here is the problem. I have a column in a report, and I want to total it. I have several Groups in the list. When I total the column, I get a total for the report for every group. If I create a seperate column that reads
total ( [some data item] ) it also returns the report total.
Now I've tried using the for statements, changing the aggreation and roll-up aggregation. The only way I've found to make it work it to set the report query to Auto-Sumarize = NO, unfortunately this screws up the calculations for every other column in my report.
Any thoughts?
Thanks