Can anyone help me resolve this expression?
I’m trying to add two fields together to give me a total.
=iif(Fields!Calc_LineMiscTotal.Value="", Nothing, Sum(Fields!Calc_MiscTotal.Value)) + iif(Fields!Calc_MiscTotal.Value="", Nothing, Sum(Fields!Calc_LineMiscTotal.Value))
It’s giving me
#ERROR
Cheers,
Aaron.
