Fileter in Collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-03-17 12:40 PM
Hi Al,
I want to Filter a collection based on a unique value ie Field="USA" and expect the output collection to have a data with all Field="USA".
Filter Action needs input as a query ,tried [coll1.Field]="USA" but It is not working
I am having a problem in writing a query ,
please help me with the syntax
Thanks in advance
Prasad
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-03-17 12:48 PM
[FIELD] = '""&""USA""&""'""
OR
""[FIELD] LIKE '""&""*USA*""&""'
