Hello, I have a task report with a set of filters in text mode. I am
trying to filter only tasks where the project-level custom field,
"Factory 1 Country" is one of the 10 options listed in the code below.
This field is setup as a text field. Rather than create individual OR
instances to account for each of the 10 different entries I am filtering
for, I thought I could use the "ciin" conditional modifier. However,
this is not working. Any insight on why this isn't working? Is it
because the fiel...