Obtaining a total from the subreport in the Group3 Footer
section (main report and subreport share the same 3 breaks)
but with different tables (records not related).
I thought I could bring the total for the lowest break to the main report via a shared variable (Crystal 9) the field is invActivityAmt. And this does work and I can add the field to the amount at that break level in the main report.
So I do have what looks like valid Group 3 totals, now I want to use either the new combined total or the shared variable total to accumulate in the Group 1 or Group 2 totals.
I've tried to use the shared variable "invActivityAmt" and the Formula that holds it "F_TOTAL_LOCATION_AMT" in formulas but I get an error when I try to do the following:
summary_amt := summary_amt + invActivityAmt
or
summary_amt := summary_amt + F_TOTAL_LOCATION_AMT
I'm assuming passing back the totals from the subreport at the Group 3 level is ok, and that I should be able to use it to increment totals at the Group 1 & Group 2 levels
section (main report and subreport share the same 3 breaks)
but with different tables (records not related).
I thought I could bring the total for the lowest break to the main report via a shared variable (Crystal 9) the field is invActivityAmt. And this does work and I can add the field to the amount at that break level in the main report.
So I do have what looks like valid Group 3 totals, now I want to use either the new combined total or the shared variable total to accumulate in the Group 1 or Group 2 totals.
I've tried to use the shared variable "invActivityAmt" and the Formula that holds it "F_TOTAL_LOCATION_AMT" in formulas but I get an error when I try to do the following:
summary_amt := summary_amt + invActivityAmt
or
summary_amt := summary_amt + F_TOTAL_LOCATION_AMT
I'm assuming passing back the totals from the subreport at the Group 3 level is ok, and that I should be able to use it to increment totals at the Group 1 & Group 2 levels