Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to insert one or several listboxes inside a textbox

Hello All,

IS there a way to insert a listbox inside a textbox?

How can an Object be embebed in a textbox? Without loosing object funcionality.

After looking at

http://us.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Workforce%20Management.qvw

I would like to reproduce the "FILTERS" funcionality.

Any ideas?

thank you.

sergio

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     There is a tric on the example you have given.

     The trick is as soon as you click on the "Filters" button, it will set a variable say vShow to 1 which will hide the button and make the textbox with listbox on top of them. Again as soon as you click on the Close button it will hide the textbox and listbox and make "Filters" button visible.

     And you can place the listbox over the textbox.

     In properties of the object, you will see the layout tab, here you can set the layers.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     There is a tric on the example you have given.

     The trick is as soon as you click on the "Filters" button, it will set a variable say vShow to 1 which will hide the button and make the textbox with listbox on top of them. Again as soon as you click on the Close button it will hide the textbox and listbox and make "Filters" button visible.

     And you can place the listbox over the textbox.

     In properties of the object, you will see the layout tab, here you can set the layers.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!