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.