Hi. I have a report in which I group by Date and Market and I would like, on the same report at the end, sum the totals of only the markets. For example the report is currently like this:
Group 1:
Date: 3-27-05
Market: Chicago 500.00
Market: Denver 250.00
Market NY 100.00
Group 2:
Date: 3-20-05
Market: Chicago 200.00
Now, the values are calculated based on criteria within the report, so I can't simply group the underlying query to get the results I need. Instead, i'm hoping to find a way to place the following info at the end of the report:
Market: Chicago: 700.00
Market: Denver 250.00
Market NY 100.00
Any help would be greatly appreciated
Group 1:
Date: 3-27-05
Market: Chicago 500.00
Market: Denver 250.00
Market NY 100.00
Group 2:
Date: 3-20-05
Market: Chicago 200.00
Now, the values are calculated based on criteria within the report, so I can't simply group the underlying query to get the results I need. Instead, i'm hoping to find a way to place the following info at the end of the report:
Market: Chicago: 700.00
Market: Denver 250.00
Market NY 100.00
Any help would be greatly appreciated