After setting a textbox to show or hide based on another textbox. How do I hide the white space of that textbox? what would be the correct ssrs expression for it?
=iif(fields.value = "x") false, true)
how do I modify this expression or rewrite it so that within the same expression I hide this row/text so that blank space on row won't show?
*This post is locked for comments
I have the same question (0)