Skip to main content
Announcements
Happy New Year! Cheers to another year of collaboration, connections and success.
cancel
Showing results for 
Search instead for 
Did you mean: 
g23
Contributor III
Contributor III

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:

Capture.PNGThe 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

Labels (3)
1 Reply
Channa
Specialist III
Specialist III

try passing multiple values into variable

vVariable=chr(39)&'ASHGHAL'&chr(39)&','&chr(39)&'RAIL'&chr(39)

build filter based on variable

 

Channa