Expression with parameter

  • 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

  • If anyone was interested I solved this by doing the following:

    =IIF(Parameters!quarter.Count=4,"DarkSlateBlue","White")

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply