Is there anything i can do to tweak this where in reporting services it will sum if the total comes out to be zero
=sum(Iif(trim(Fields!PAYROLCD.Value) = "SALARY", CDbl(Fields!UNTSTOPY.Value),CDbl(0)))+sum(Iif(trim(Fields!PAYROLCD.Value) = "SVAC", CDbl(Fields!UNTSTOPY.Value),CDbl(0)))
an example.
the filed untstopy has 3 results
86.7
86.7
-173.34
I should get zero when summed witht he code above, but i'm getting
2.8421709430404E-14