I have a field as follows
The field name is schoolfield
Example data
Occupational Therapy - RPI
Engineering[Technology] - RPI
I attempted to do a booleon statement as follows
if {schoolfield1}like "-RPI" then true
else if {schoolfield2}like "-RPI" then true
else false
When I tested this, the Engineering[Technology] returned a true value. The Occupational Therapy - RPI returned a false. It should have returned a true also. Where did I go wrong? Did I do the Like statement incorrectly?
The field name is schoolfield
Example data
Occupational Therapy - RPI
Engineering[Technology] - RPI
I attempted to do a booleon statement as follows
if {schoolfield1}like "-RPI" then true
else if {schoolfield2}like "-RPI" then true
else false
When I tested this, the Engineering[Technology] returned a true value. The Occupational Therapy - RPI returned a false. It should have returned a true also. Where did I go wrong? Did I do the Like statement incorrectly?