I have the below expression
= IIF(Parameters!RepoLetterType.Value=2,"HI Fields!PaymentDueDate.Value " ,"")
In this I need to write "The Letter Dated July 23 is being Printed with the value of 3000" in the else part of IIF Statement. The date and value will come from dataset field.
I am trying to build this but am getting error. Please help