Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Like this?
PFA
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
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'
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
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.
Add another trigger , CLEAR FILED
and write the condition like
if(Version<>'All',Version)
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