I would like to use an if then statement to color code certain words found in my data field. For example:
If the field contains the word "convention", color it red.
This is the expression that I tried:
If {Conthist.ref} = "*convention*" then crTeal
I thought by putting the asteriks around the word convention it would change it to mean that the field must contain the word instead of exactly matching the word.
Any suggestions?
If the field contains the word "convention", color it red.
This is the expression that I tried:
If {Conthist.ref} = "*convention*" then crTeal
I thought by putting the asteriks around the word convention it would change it to mean that the field must contain the word instead of exactly matching the word.
Any suggestions?