Collection Manipulation - Filter Collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-01-18 09:46 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-02-18 02:04 PM
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)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-02-18 02:31 AM
Hi, does anyone knows if you can user lower and upper case in the query?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-07-18 09:05 PM
Can we filter all the distinct values in a column ?

- « Previous
-
- 1
- 2
- Next »