=IIF(Fields!Status.Value ="Fail", Fields!Status.Value & "See Inspection Details", Fields!Status.Value)
When writing the following expression
1. Status Value can be Pass or Fail
2. If Status Value = Fail
3. Field Value + String text - Fields!Status.Value & "See Inspection Details"
4. Else Pass.
With the following expression I'm only returning the Status value could I please have some advice on what is incorrect in the expression.
Thank you for the help.