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
Post a Comment