Hi Stuart For the filter module you use "Contains", however what I was
doing wrong was using it the wrong way around. I had my filter set as
"Status" Contains "[ARRAY]" where it should have been "[ARRAY]" contains
"Status" I also had the OR function working, however it turns out it
wasn't working and this was Darin's explanation: The execution was using
the “Boolean operator: Equal To” A Boolean comparison will used against
a non-boolean field type like this will basically revert to standard
jav...