CR8.5 and Oracle 8i
I have two subreport that are displaying and passing shared variables into the main report. These variables are calculated then displayed in the group footer.
ex
grp footer a: subreport1 - shared var1
subreport2 - shared var2
grp footer b: shared var1 + shared var2 (total of both vars)
The issue:
My client wants the two subreport to be displayed after grp footer b. In other words, the two grp footers (a + b) should be switch.
I am assuming, that the subreports need to be processed first, before it get displayed on the main report, it is impossible to do the total of both variables first then displayed the subreports.
If I am wrong, can someone please give me an alternative.
Thanks, Linny
I have two subreport that are displaying and passing shared variables into the main report. These variables are calculated then displayed in the group footer.
ex
grp footer a: subreport1 - shared var1
subreport2 - shared var2
grp footer b: shared var1 + shared var2 (total of both vars)
The issue:
My client wants the two subreport to be displayed after grp footer b. In other words, the two grp footers (a + b) should be switch.
I am assuming, that the subreports need to be processed first, before it get displayed on the main report, it is impossible to do the total of both variables first then displayed the subreports.
If I am wrong, can someone please give me an alternative.
Thanks, Linny