dianemarie
Instructor
Hello, I have a field which the user decides whether or not to show on the report via a parameter. If the field is hidden, I want the corresponding heading hidden also. We color our heading boxes but I want the table (textbox) cell to be yellow whether the heading text is hidden or not, but if it's hidden the background color goes white. I put this expression in the background properties of the textbox to try and work around it:
=iif(Parameters!CallDate.Value = false,"Yellow","Yellow")
However, if hidden, the textbox doesn't bring in the color. Any ideas what I'm doing wrong? I've tried several varieties of the above if statement, nothing works. Thank you.
=iif(Parameters!CallDate.Value = false,"Yellow","Yellow")
However, if hidden, the textbox doesn't bring in the color. Any ideas what I'm doing wrong? I've tried several varieties of the above if statement, nothing works. Thank you.