Help with Expression

  • I am attempting to write an Expression in a Text Box to only show one value as like a header. There are 5 possible values and I plan to have 5 text boxes, with only one value in it.

    Textbox1 = "Initiation"

    TextBox2 = "Planning"

    TextBox3 = "Development"

    and so on...

    I am struggling to write this expression =First(Fields!Phase.Value, "DataSet") = "Initiation" is what I am attempting.

    Any help will be greatly appreciated.

  • Sorry, it might just be me reading this but it doesnt seem very clear.

    How do you determine which value should go in which textbox?

    But it looks like you need nested IIF or a SWITCH

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

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