Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jitu2110
Creator
Creator

ListObject Extension in Qliksense

Hi All, 

i have created a ListObject Extenstion in QLiksense which look as below:

 
 

List Object ExtenstionList Object Extenstion

i have 2 Issues.

Issue 1:

when i am making a selection , i want to hide that list Selection toolbar which coming around my Extenstion while making selection.

Issue 2: 

when i am calling the Extension in HTML Page as Below :

<html>

<body>


<div id="QV01" class="qvobject" style="width:210px;z-index:1;"></div>
<div id="QV02" class="qvobject" style="width:230px;z-index:1;"></div>
<div id="QV03" class="qvobject" style="width:750px;z-index:1;"></div>

</body>

</html> 

its working fine. 

 

but when i put code like below, the extension became non responsive.

<html>

<body>

<Div>


<div id="QV01" class="qvobject" style="width:210px;z-index:1;"></div>
<div id="QV02" class="qvobject" style="width:230px;z-index:1;"></div>
<div id="QV03" class="qvobject" style="width:750px;z-index:1;"></div>

</Div>

</body>

</html> 

 

Labels (2)
0 Replies