06-11-19 03:04 PM
Hi,
I am having some issues with filtering a collection.
Situation:
I have a collection that contains a column "Status". I need to filter this collection on that column but not on a single value. I need to filter this column on more than one values, for example "Planned", "In Process", "New", ...
I can filter on a single value, but I cannot figure out the syntax for multiple values.. Pretty lame not?
I am using the "Utility - Collection Manipulation" Business Object and the "Filter Collection" Action. In the "Filter" input I am using following expression:
"Status LIKE 'Planned'"
This one works, but how do I manage to add the other values? Expressions like these won't work..
"Status LIKE 'Planned' OR 'In Process' OR 'New'"
"Status LIKE 'Planned'" OR "Status LIKE 'In Process'" OR "Status LIKE 'New'"
If somebody could help me out with this simple thing, that would be great!
07-11-19 05:37 AM
07-11-19 10:49 AM