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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vishalgoud
Creator III
Creator III

is it possible to Select all values in a Filter list box with a single " All " option in the Same List Box...?


Hi Folks

Hope Your Doing Well.

I have A requirement in my project hope u guys will share some ideas with me

we are using a filters as list Boxes to filter the information in Entire Dashboard

Ex: Filter name  : Product name ( list Box) and it contains values like A , B , C, D, E  as of Now  we can Select one at a time or if we want we can select all by checking all led boxes , but here we are looking for some option like " ALL " along with the values so that if we click on "ALL " it has to select all the Values

Ex:  A , B, C,D, E, ALL.

it is possible to add "ALL" to list boxes if Possible how to do that Plz help me if you have any ideas on this requirement..

Thanks in advance...

Regards

Vishal

7 Replies
tresesco
MVP
MVP

Like this?

PFA

vishalgoud
Creator III
Creator III
Author

Hi Tresesco ,

thanks For ur response , your idea helpful but if we select  "All " then all values get selecting but at the same time if deselect on  " All " also all values should deselect right ?

but this de selection is not working in Above Qvw file..

can plz look for an alternate for this...

thanq very much

regards

Vishal

Not applicable

Hi tresco,

I saw ur Qvw file that's good.could u plz tell me how u developed that list box.

I saw that there is a inline load and those values u have taken into listbox.i didnt see any chages in the listbox properties.

let me know how its working how all the values are selecting when i select 'ALL'

Not applicable

Hi,

got it using triggers 🙂

could u plz give a answer to vishal's question..

if i de select the all i want to clear the all selections

jagan
Partner - Champion III
Partner - Champion III

Hi Vishal,

I think this is not possible to implement, just making complex.  Instead you can provide button kind of thing to Select All or Unselect All.

Regards,

Jagan.

sasikanth
Master
Master

Add another trigger , CLEAR FILED

and write the condition like

if(Version<>'All',Version)

Not applicable

Hi Vishal,

rather than using triggers, another option that might work for you is to create a second grouping listbox field to use which contains your 'All' option.

see attached

hope that helps

Joe