Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Rehan
Creator III
Creator III

DIV Integration Issue

I am trying to use the DIV Integration . we are using QV Server 12. Licensed Work Bench in LEF. Trying to integrate a list box as a starting point . Using the below code. 

Please see the attached error code. Any idea what am I missing?

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<style>
.QvInlineObject
{
position:relative;
margin-left:10px;
margin-right:10px;
float:left;
}
</style>
<script language="javascript" type="text/javascript" src="https://server URL/QvAJAXZfc/htc/QvAjax.js"></script>
<script language="javascript" type="text/javascript">
Qv.InitWorkBench({
View: 'Sample_App',
// Instead of using "Host: 'Local'", use "Host: null"
Host: QVS@ProdCluster
});
</script>
</head>
<body>
<div class="QvInlineObject" avqview="Sample_App" avq="object:.Document\LB02" id="Document\LB02"></div>
</body>
</html>

5 Replies
mrtinsjoao
Contributor III
Contributor III

Great Day,
The error is not in the "DIV". The error is permission. You need to enable the qlikserver execute other HTML Codes...
Rehan
Creator III
Creator III
Author

Where shall I check for that option to allow other HTML codes

Rehan
Creator III
Creator III
Author

I am using Qlikview not Qlik Sense

Brett_Bleess
Former Employee
Former Employee

Not sure you knew there is Help on things, here are two different links, first one is for Workbench, second is for Mash-ups area, hopefully those may help you get things sorted out here:

https://help.qlik.com/en-US/qlikview-developer/November2018/Subsystems/QlikViewWorkBench/Content/QV_...

https://help.qlik.com/en-US/qlikview-developer/November2018/Subsystems/Mashups/Content/QV_Mashups/ma...

Definitely looks to be a security issue though, but I am not exactly sure what it may be.  Check the Help to see if anything in there helps you sort things out, as I know there is info there related to some of the security aspects of things.  Do not recall having seen what you are getting previously, which is why I am not much further help at the moment.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.