cancel
Showing results for 
Search instead for 
Did you mean: 

Collection Manipulation - Filter Collection

JordanGreen
Level 3
Just a quick question to anyone who has used the Filter Collection object, which is part of the standard Collection Manipulation Utility.   How does the syntax for the filter Input work. I have tried to just send variable, as the aim is to get all rows that contain this variable into a separate collection without tampering with the original collection and filtering seemed like an good solution, but without knowing how I filter, it's a bit of a non-starter.   Any help very much appreciated.   Thanks, Jordan Green
12 REPLIES 12

Anonymous
Not applicable
harjyot.malik, as John already noted in the second post, you can use logical operators. Yours would be: ""fund = 'ABC' OR fund = 'XYZ'"" Tested and worked. PS: I don't see why you would want to use the & to concatenate a String (only if you want to use data-items)

Milena_Martinel
Level 3
Hi, does anyone knows if you can user lower and upper case in the query?

Prem_kumarR
Level 2
Can we filter all the distinct values in a column ?