Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jsdata
Contributor
Contributor

how to create a button to filter field by multiple values

Hi. So I have a field called status that can be 0, 1, 2 or 3.

I have 3 buttons on my dashboard that sets a variable called vStatus.

Button 1: sets vStatus to 1 etc.

I then have a visual with set analysis where I sum the status based on the variable value like so:

Sum({< Status={'$(vStatus)) } < count )

This works perfectly for all buttons however I need to create a button that captures all statuses. Is there a way I can set vStatus to {'0','1','2'}  so that when this button is clicked it sums all status?

Any help would be hugely appreciated. Thanks

 

 

Labels (4)
1 Reply
devarasu07
Master II
Master II

Hi @jsdata ,

Can you try like this, hope it helps

MultipleValueSelect_Using_Button.JPG