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
27-09-18 05:24 PM
Hello ,
You can solved these problem by using
""[Field]= 'USA'""
Please make sure you have included single quote before Country name and the whole query in double quote.
