I have a drop down that has three selections. If a user selects one of them how do I make the title change base on selection. Only the 1 time is working not the Annual.
For example:
=IIf(Parameters!AWARDTYPE.Value(0) = "1 TIME" or Parameters!AWARDTYPE.Value(0) = "ANNUAL" , "Purchasing Department One Time Purchase Contracts", "Purchasing Department Annual Contract Purchases")