report - Hiding a column in a matrix if it is null -


Is there a way to hide a matrix column when its value is zero? I searched the web and I came to know that I can go to the column property -> visibility and hide it through expression:

  = iif (field! YourColumn.Value =  

But whenever I try to insert it, I give the following error:

Any help would be appreciated. Thanks guys.


Comments

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

Admob interstitials not clickable on Nexus 5 (Android 4.4.2) -

java - MigLayout - selective component fill -