JanCampbell
Instructor
Are there any known restrictions/problems with the LIKE operator?
I have a very simple selection formula:
{CONTACT.JOBTITLE} like "*director*" which is returning 0 records.
I have also tried:
{CONTACT.JOBTITLE} like "*" + "director" + "*" which also returns 0 records.
There are records in the database to match the criteria.
Any other options to try?
Thanks in advance for any help.
I have a very simple selection formula:
{CONTACT.JOBTITLE} like "*director*" which is returning 0 records.
I have also tried:
{CONTACT.JOBTITLE} like "*" + "director" + "*" which also returns 0 records.
There are records in the database to match the criteria.
Any other options to try?
Thanks in advance for any help.