Say a text field [field1] contains more than one value [from a value list]. I want to set up a conditional (IF) calculation. But instead of looking for an equality or a non-equality, is there a way to have FMP look to see if a field is NOT EQUAL or UNEQUAL to a certain value, but if a field CONTAINS a certain value or text string?
In other words, let's say field1 contains the values: "CC" & "paragraph" & "BP". I am only interested in whether or not the field contains "CC" irrespective of any other value it may also contain. However, the way I would normally set this up is say: IF field1 = "CC"; but, in this case, I would not get a TRUE response, even though the field CONTAINS "CC", because it is not actually EQUAL to "CC". It is EQUAL to "CC" & "paragraph" & "BP".
I've had a few false starts and have tried a few things; but nothing yet. I'm thinking I may have to take this value list and divide it into a number of different fields, instead of one field containing anything chosen from the value list. Is this the only way to go?
Any ideas?