Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
sami23
Contributor
Contributor

Mashup qvobject dosen't appear on the preview

Hi,

I am working on a mashup for a QlikSense app, but when I insert an object, in this case a filterpane it dosen't appear neither on the preview nor on the localhost:4848/extensions/(name of the app).

HTML :

<div class="sidenav">
<div  id="QV01" class="qvobject"></div>
</div>

CSS :

#QV01 {
border: 1px solid RGB(255, 200, 0)!important;
margin-top: 10px!important;
height: 20px!important;
width: 100%!important;
}

JS :

app.getObject('QV01','07ab0fce-7b9a-4db7-b6ef-c55f2d2011bf');

Screenshot :

sami23_0-1656949428781.png

 

Labels (2)
1 Reply
ajaykakkar93
Specialist III
Specialist III

hi,

Filter pane should have a minimum height of 34px

#QV01 {
border: 1px solid RGB(255, 200, 0)!important;
margin-top: 10px!important;
height: 35px!important;
width: 100%!important;
}

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