I have a report calculation problem.
I have this formula at the bottom of the report!
=Sum(IIf([PayorType]<>"a",[Units_Crosstab_2],"0"))
It works great, however, I really want it to place a zero in the field when it does equal "a". It works fine except for it just leaves the field blank instead of placing a zero. Any ideas? Is my formula wrong. I think that I am telling it to place a zero.
It seems to be doing this when it is trying to sum blank fields from above. Don't know if this helps!
AJ
I have this formula at the bottom of the report!
=Sum(IIf([PayorType]<>"a",[Units_Crosstab_2],"0"))
It works great, however, I really want it to place a zero in the field when it does equal "a". It works fine except for it just leaves the field blank instead of placing a zero. Any ideas? Is my formula wrong. I think that I am telling it to place a zero.
It seems to be doing this when it is trying to sum blank fields from above. Don't know if this helps!
AJ