In crystal reports 8.5, Is it possible to add a total from the main report with a total from a sub report that is linked? Neither total comes from the same table.
If yes, what are the steps to create?
You have to place the formula in the subreport report footer and then create another formula in the main report that references it, as in:
whileprintingrecords;
shared numbervar sumsub;
sumsub + sum({mainrpt.amt})
The above calculation formula would need to be placed in a section below the one in which the subreport was executing. You probably need to share what your main report groups are, how you are linking the sub to the main report, and where the sub is located in the main report.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.