
Contributor III
2019-05-29
12:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fixed filter to select multiple selections
Hi all,
I set a filter to a fixed value so that when I open the app I see my data filtered by it as showing in the following picture:
The problem is that I need to be able to select multiple values for the same filter and not just one value at the time. Can someone give me any advice on how I can achieve this?
Thanks
- Tags:
- filter
1,413 Views
1 Reply

Specialist III
2019-05-29
09:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try passing multiple values into variable
vVariable=chr(39)&'ASHGHAL'&chr(39)&','&chr(39)&'RAIL'&chr(39)
build filter based on variable
Channa
1,397 Views
