A
amb
I have a straight calculation that does the following
=Sum([Expr11]+[Expr12])
Sadly Expr11 and Expr12 can sometimes be NULL.
If either are null I want the calculation to simply return 0. At the
moment if I run the report I get #Error, and if I run the report as a
subreport as part of the overall the subreport simply doesnt print at all.
Any ideas?
Amb
=Sum([Expr11]+[Expr12])
Sadly Expr11 and Expr12 can sometimes be NULL.
If either are null I want the calculation to simply return 0. At the
moment if I run the report I get #Error, and if I run the report as a
subreport as part of the overall the subreport simply doesnt print at all.
Any ideas?
Amb