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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
nithin_miryala
Creator
Creator

do listbox have dropdown facility?

Hi Everyone,

I have situation, where i need to select the Region which should have checkbox's and it should be under a dropdown ?

Capture.PNG

I used listbox to get the regions as in above picture.  i need the same as a dropdown..

Will it be possible??

16 Replies
Miguel_Angel_Baeyens

Hi,

You would need to use either an extension object or an inputbox using constraints. See attached.

Miguel

Clever_Anjos
Employee
Employee

Not a listbox, but you can use a pivot table to do this

PFA

nithin_miryala
Creator
Creator
Author

Hi,

But do we have any option of getting checkboxes in that?

nithin_miryala
Creator
Creator
Author

Hi,

But i want checkboxes as above image.. is it posssible?

Clever_Anjos
Employee
Employee

Not using the pivot table unfortunately

stigchel
Partner - Master
Partner - Master

You can fake it by using a textbox with text and a image for the arrow down. Add a trigger to the textbox that when clicked it will display the normal list box (without caption) directly underneath. Then set a trigger to the field in that listbox to hide the listbox again

nithin_miryala
Creator
Creator
Author

Unfortunately, i want it to be dynamical, as my data is not restricted.

stigchel
Partner - Master
Partner - Master

Not sure what you mean, this has nothing to do with data restriction. I'm suggesting to use a textbox looking like a dropdown that when clicked will display the normal listbox directly underneath

nithin_miryala
Creator
Creator
Author

Yeah, i Understand that but i want firstly all the regions under a dropdown, then a a check box before every region, so i cant fake using a text box.

So i think it is not possible.