Hello
I have a main report and 3 sub report. When either of the sub reports have no data, my main report calculation returns an error. I have used the Nz in all of my controls. unfortunately this is not working.
=Nz([January],0)+N(R_consolidatedPersonalLoan2.Report.January,0 )+NZ(R_consolidatedRefund.Report.January,0)+NZ(R_c onsolidatedSecurity.Report.January,0)
Thank you