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: 
Not applicable

How to do the sheet object embedded into jsp page?

In QlikView 8.5 version can easily using QliX to acheive the sheet object embedded into jsp page. In QlikView 9 version, how to do it?

I can't find the QliX controler in QlikView 9.

In QlikView 8.5:

<body>
<object id="QVPID1" height="1" width="1" classid="CLSID:74DC8438-E36A-40a0-B750-4E2257FA2E41">
<param name="src" value="QVP://localhost/SalesDemo.qvw" />
<param name="USERNAME" value="admin" />
<param name="AutoScan" value="-1" />
</object>

<table border="0" align="center">
<tr>
<td width="650">
<object id="Qlix1" height="300" width="650" classid="CLSID:54D93DE9-7DA5-4477-A3DA-869ADB41CBBB">
<param name="ObjectID" value="CH191" />
<param name="QvPluginID" value="QVPID1" />
</object>
</td>
<td>
</td>
</tr>
......
</table>
......
</body>

1 Reply
Not applicable
Author

<object id="Qlikx1"
height="400"
width="400"
classid="CLSID:6E1BAAF6-ECB9-4505-86C1-5D04467B02CC"
>
<param name="ObjectId" value="Document\TB01">
<param name="DocName" value="qvp://localhost/Films.qvw">
</object>