I have main report that needs to looks like this:-
Total A Total B Totals A + B
55.00 45.00 100.00
60.00 10.00 70.00
20.00 90.00 110.00
where Total A is a formula on the MAIN report and Total B is a summary field from a SUBREPORT.
I have so far managed to display Total A and Total B OK on my main report, however, I now need to know how I can add the two columns together to give Totals A + B. Can I do this using shared variables???
Total A Total B Totals A + B
55.00 45.00 100.00
60.00 10.00 70.00
20.00 90.00 110.00
where Total A is a formula on the MAIN report and Total B is a summary field from a SUBREPORT.
I have so far managed to display Total A and Total B OK on my main report, however, I now need to know how I can add the two columns together to give Totals A + B. Can I do this using shared variables???