Hi,
I'm working with Oracle 9i and CR 10. I have a report need to display data as below:
detail:
1st QTR : Num1, Num2
2nd QTR : Num3, Num4
3nd QTR : Num5, Num6
group1:
1st QTR : sum(Num1), sum(Num2)
2nd QTR : sum(Num3), sum(Num4)
3nd QTR : sum(Num5), sum(Num6)
group2:
1st QTR : sum(Num1), sum(Num2)
2nd QTR : sum(Num3), sum(Num4)
3nd QTR : sum(Num5), sum(Num6)
...
I implemented this report with subreports in each group to retreive summary data. I just wonder if there is a better way for it without using subreport because the subreport is meant to be slow especially you have lots of data and 3 or 4 level grouping.
I appreciate any suggestions.
Thanks,
Ted
I'm working with Oracle 9i and CR 10. I have a report need to display data as below:
detail:
1st QTR : Num1, Num2
2nd QTR : Num3, Num4
3nd QTR : Num5, Num6
group1:
1st QTR : sum(Num1), sum(Num2)
2nd QTR : sum(Num3), sum(Num4)
3nd QTR : sum(Num5), sum(Num6)
group2:
1st QTR : sum(Num1), sum(Num2)
2nd QTR : sum(Num3), sum(Num4)
3nd QTR : sum(Num5), sum(Num6)
...
I implemented this report with subreports in each group to retreive summary data. I just wonder if there is a better way for it without using subreport because the subreport is meant to be slow especially you have lots of data and 3 or 4 level grouping.
I appreciate any suggestions.
Thanks,
Ted