I am using crystal reports 2008.
In my main report in the report footer I have a grand total formula for:
if IsNull (Sum ({@adj_amt})) then Sum ({payment.pmt_amt})
else Sum ({payment.pmt_amt}) + Sum ({@adj_amt})
I have a subreport after that in report footer b that is summing other pmt amounts.
I want the subreport to pass and add this total of pmt amounts to the grand total in the main report.
Any help is greatly appreciated.
Bruce D.
In my main report in the report footer I have a grand total formula for:
if IsNull (Sum ({@adj_amt})) then Sum ({payment.pmt_amt})
else Sum ({payment.pmt_amt}) + Sum ({@adj_amt})
I have a subreport after that in report footer b that is summing other pmt amounts.
I want the subreport to pass and add this total of pmt amounts to the grand total in the main report.
Any help is greatly appreciated.
Bruce D.