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

No, there is not.

An extension object is definitely what you are looking for.

Miguel

nithin_miryala
Creator
Creator
Author

What is the name of it and where can i find it?

awhitfield
Partner - Champion
Partner - Champion

Your options with a list box are

Or if you want a drop down then use an single item multi box, there's no standard option to do both, drop OR check box - your choice.

Andy

stigchel
Partner - Master
Partner - Master

See example attached, it uses the action of the textbox to set a variable which is used in the conditional show of the listbox

nithin_miryala
Creator
Creator
Author

Yeah, Thanks for reply. I am checking whether it is possible or not.

Vidit
Creator
Creator

Hi,

if you just want to achieve a drop down, a simpler way will be to use that field in  MultiBox instead of List box.

It will give you a drop down by default

nithin_miryala
Creator
Creator
Author

Thank You Piet, i think it may be helpful