Skip to main content
Announcements
April 9th: The AI Roadmap: 6 Landmarks for AI-ready Data and Analytics: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
g23
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

try passing multiple values into variable

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

build filter based on variable

 

Channa