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 -

Editing Python Class in Shell and SQLAlchemy -

java - JavaFX WebEngine Video Playback in Linux -