Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

"All" value in the slicer dropdown which selects all the values beneath that slicer

Hi,

In the slicers I need to add a value called "all" which selects all the values in the dropdown .How do i do this?

Please help.

Thanks in advance.

1 Reply
johnw
Champion III
Champion III

You probably could do it by adding a record somewhere with the ALL value, and triggering macro code any time the selections in that field are changed, and having the macro check if the field value was ALL, and if so select all values.

But why do you want this feature? If you don't select anything, that's pretty much equivalent to selecting everything. So have the users clear the field by one of the many ways of doing that, and that's basically like selecting ALL. Or if they MUST for some reason be able to select all the values, train them to right click and then click on select all. Or if you want a one click solution, I suppose you could add a button to select all of the values, but I prefer that my users get used to the default QlikView controls, since those will work in EVERY QlikView application.

Or am I completely misunderstanding what you're after?