Hi all,
I have a Crystal 10 report with a subreport. The main report has 3 groups with totals for each group. The subreport is identical, the difference is the where the data comes from.
The subreport is placed in the main reports footer (report footer a).
I added variables to pull the sub-report grand totals into the main report (report footer b). This works, I imagine, because the sub-report is evaluated before the subreport totals are used in the main report.
What I need is to take totals from each group on the subreport and use them in the corresponding group on the main report. This give me 0.00. I would assume this is because the subreport has not yet been evaluated since it is in the main reports footer? Is there a way to use the subreport groups totals in the main report groups? Does the EvaluateAfter function useful here?
Thanks.
I have a Crystal 10 report with a subreport. The main report has 3 groups with totals for each group. The subreport is identical, the difference is the where the data comes from.
The subreport is placed in the main reports footer (report footer a).
I added variables to pull the sub-report grand totals into the main report (report footer b). This works, I imagine, because the sub-report is evaluated before the subreport totals are used in the main report.
What I need is to take totals from each group on the subreport and use them in the corresponding group on the main report. This give me 0.00. I would assume this is because the subreport has not yet been evaluated since it is in the main reports footer? Is there a way to use the subreport groups totals in the main report groups? Does the EvaluateAfter function useful here?
Thanks.