I need to show data in two columns, Grouped by Year, Month, Day and Hour
2008 2007 Variance
Group Header 1: Total 500 400 100
Group Header 2 Month
Jan 300 150 150
Feb 200 250 (50)
I have it sort of working by using Parameters and Running Totals but it seems
very convuluted. Also I 'm trying not to Group on a formula so that the SQL gets pushed down to the database.
I don't want to use a cross tab as I need to drill down and there's to much detail for a Cross Tab
I can't group by year because data will appear as follows
2008 2007 Variance
Group Header 1 500 500
Group Header 1 400 (400)
I'm using Crystal Reports XIR2.
Any help would be much appreciated.
Cristle01
2008 2007 Variance
Group Header 1: Total 500 400 100
Group Header 2 Month
Jan 300 150 150
Feb 200 250 (50)
I have it sort of working by using Parameters and Running Totals but it seems
very convuluted. Also I 'm trying not to Group on a formula so that the SQL gets pushed down to the database.
I don't want to use a cross tab as I need to drill down and there's to much detail for a Cross Tab
I can't group by year because data will appear as follows
2008 2007 Variance
Group Header 1 500 500
Group Header 1 400 (400)
I'm using Crystal Reports XIR2.
Any help would be much appreciated.
Cristle01