Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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>
Where shall I check for that option to allow other HTML codes
I think that solution can help you
😉
I am using Qlikview not Qlik Sense
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:
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