Replace Zero with Blank in SSRS

Monte picture Monte · Mar 2, 2017 · Viewed 13.7k times · Source

Is it possible to replace 0 with blank in ssrs matrix. The expression =IIF(IsNothing(Count(Fields!referralNo.Value)),0,Count(Fields!referralNo.Value))
is same as
=Count(Fields!referralNo.Value).
When I try =IIF(IsNothing(Count(Fields!referralNo.Value)),'',Count(Fields!referralNo.Value)) I'm getting error. Can somebody pls help!

Answer

Kostya picture Kostya · Mar 2, 2017

you could use text box properties and set show zero as: option to blank.

enter image description here