I'm trying to find out what the syntax in RS would be if I want to assign a value depending of the content of a text field as shown below:
=Iif( Fields!CampaignID.Value like "RENEW*",
"Accepted Renewal", "Agreed to Testimony")
However I don't think RS works with operand "like".
Is there a function in RS for 'like' or instring'?
thx,
John