Hi,
Am using Crystal 10 and SQL Server. Each of my reports consist of 3 sub-reports.
Problem at Hand
How do I group YTD values and LYTD values line-by-line per month irrespective of the year?
Current Report Structure:
Group1 : ---> Shows overrall total
Group2 : ---> shows sum of detailed values per month e.g.
MONTH YTD LYTD
Jan 2004 0 50
Feb 2004 0 75
Mar 2004 0 65
Apr 2004 0 99
Jan 2004 120 0
Feb 2004 156 0
Mar 2004 180 0
Details section ---> supressed
This format leads to LONG reports and users can hardly compare the monthly values!
Required Report Structure:
I need to achieve a strucure where its easy to do a monthly comparison of the figures, with little or no user scrolling...
Group2 : ---> shows sum of detailed values per month e.g.
MONTH YTD LYTD
Jan 2004/5 120 50
Feb 2004/5 156 75
Mar 2004/5 180 65
Apr 2004/5 0 99
Details section ---> supressed.
Please assist.
Am using Crystal 10 and SQL Server. Each of my reports consist of 3 sub-reports.
Problem at Hand
How do I group YTD values and LYTD values line-by-line per month irrespective of the year?
Current Report Structure:
Group1 : ---> Shows overrall total
Group2 : ---> shows sum of detailed values per month e.g.
MONTH YTD LYTD
Jan 2004 0 50
Feb 2004 0 75
Mar 2004 0 65
Apr 2004 0 99
Jan 2004 120 0
Feb 2004 156 0
Mar 2004 180 0
Details section ---> supressed
This format leads to LONG reports and users can hardly compare the monthly values!
Required Report Structure:
I need to achieve a strucure where its easy to do a monthly comparison of the figures, with little or no user scrolling...
Group2 : ---> shows sum of detailed values per month e.g.
MONTH YTD LYTD
Jan 2004/5 120 50
Feb 2004/5 156 75
Mar 2004/5 180 65
Apr 2004/5 0 99
Details section ---> supressed.
Please assist.