To do what you are trying to do you will need to u...
# suitescript
m
To do what you are trying to do you will need to use a formula or a series of separate OR filters. like
case when {myfieldid} in ('text option 1', 'text option 2', 'text option 3') then 1 else 0 end