Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
stanlyrj
Contributor III
Contributor III

Building Customized List box for Mashups

Hi All,

I have been working on Mashups for some time now. I have been able to build some simple mashups with Qliksense objects. And now I want to create a customized list-box(drop-down list) in my mashup as shown in the below image.

Customized List Box.JPG

Screenshot from: https://webapps.qlik.com/salesforce/index.html#/dashboard/


I have tried creating bootstrap drop-down menu by following the tutorial: Mashup Editor - Create a Bootstrap Drop Down selection menu


But multiple selections are not possible with the drop-down list which I have created.


Here is the code which I have used in my Mashup:


HTML

<div id="DropDownColor" class="dropdown dropdown-custom">

      <button class="btn btn-default dropdown-toggle" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-    expanded="true">

               Color <span class="caret"></span>

       </button>

       <ul class="dropdown-menu" aria-labelledby="dropdown2">

       </ul>

   </div>

JS





1 Reply
ajaykakkar93
Specialist III
Specialist III

Hi, You can visit and view my video series on Mashup Building, Hope it will help you : Qlik Sense Mashup

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