I am using crystal reports 8.5 with sql data.
I have 2 subreports with totals on each of them.
Here are the 2 subreport totals:
Subreport 1 total:
WhilePrintingRecords;
Shared CurrencyVar June :=Sum ({@June})
Subreport 2 total:
WhilePrintingRecords;
Shared CurrencyVar JuneEE :=Sum ({@June})
Can I create one field on the main report to add these together?
This is what I have now as 2 seperate formulas and then a third to add these together. Can I do this in one step?
WhilePrintingRecords;
Shared CurrencyVar June;
June
WhilePrintingRecords;
Shared CurrencyVar JuneEE;
JuneEE
Thanks
Gina
I have 2 subreports with totals on each of them.
Here are the 2 subreport totals:
Subreport 1 total:
WhilePrintingRecords;
Shared CurrencyVar June :=Sum ({@June})
Subreport 2 total:
WhilePrintingRecords;
Shared CurrencyVar JuneEE :=Sum ({@June})
Can I create one field on the main report to add these together?
This is what I have now as 2 seperate formulas and then a third to add these together. Can I do this in one step?
WhilePrintingRecords;
Shared CurrencyVar June;
June
WhilePrintingRecords;
Shared CurrencyVar JuneEE;
JuneEE
Thanks
Gina