Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
BU
Partner - Contributor III
Partner - Contributor III

Collapse ListBoxes created On th Fly

Hello everyones!! 

I'm developing an extension in order to create a side bar menu that contains some filter.
For the creation of qlik objects i'm using On the Fly method following this guide: (https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/Mashups/Content/Sense_Mashups/Cr...) and, in particular this piece of code: 
Cattura.PNG

The problem is that objects are not with 'collpased' layout even if i've forced height: 34 px !important

 

I've 2 questions:

  1. there is some difference between list boxes and filter pane in qlik Sense?!;
  2. anyone that had the same problem can help me?!

 

thank you very much!!

 

PS:

What i have: 

 Cattura3.PNG

and What i want:

Cattura2.PNG

 

 

Ale

Labels (3)
1 Solution

Accepted Solutions
ajaykakkar93
Specialist III
Specialist III

Hi @BU ,

ListBox is just 1 dimension & filterpane are multiple dimension.

We can create a listbox using this method filterpane option is not present 

Solution,

You can create a filterpane in you application & render it using get() method in mashup.

Hope this helps

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

View solution in original post

2 Replies
BU
Partner - Contributor III
Partner - Contributor III
Author

Hi All,

Has anyone any idea to resolve this issue!? i haven't found a solution yet!

 

Thanks 

Ale

ajaykakkar93
Specialist III
Specialist III

Hi @BU ,

ListBox is just 1 dimension & filterpane are multiple dimension.

We can create a listbox using this method filterpane option is not present 

Solution,

You can create a filterpane in you application & render it using get() method in mashup.

Hope this helps

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting