This function returns totals when no values are empty but when they are empty it returns #error
Please help how I can avoid #error
=Cint(iif(IsNothing(Fields!sstg2.Value),"",Fields!sstg2.Value)) +cint(iif(IsNothing(Fields!mathg2.Value),"",Fields!mathg2.Value)) +cint(iif(IsNothing(Fields!sceng2.Value),"",Fields!sceng2.Value)) +cint(iif(IsNothing(Fields!Eg2.Value),"",Fields!Eg2.Value))