Hi,
I'm trying to do something really simple but not quite getting it right. I have 5 text boxes:
Q1, Q2, Q3, Q4 and Full Year
I want the text box to highlight when selected. This is easy enough when I select one at a time:
=IIF(Parameters!quarter.Value.=1,"DarkSlateBlue","White")
What do I need to add for the Full Year box to highlight? I want the expression to say something like, when all values are selected in the parameter, then highlight blue, but I'm not exactly sure of the syntax.
Cheers