I'm working on a report that is trying to display a simple "True" when the contents of a field is SOMEWHERE within another.
Right now I'm using for the expression:
=IIF(Fields!Medicaid___from_Prestige.Value.Contains("Fields!Medicaid___from_PML.Value"),"TRUE","FALSE")