Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
andre_ficken
Partner - Creator
Partner - Creator

embedding a qvw in a html page

hi there, I am trying to embed a qvw in a html page. We had this working in our previous version 12.20. We have upgraded to 12.40 now and it fails. The error that we get is: An embedded page at [servername] says Failed to open document, You don't have access to this document. 

This is the file:

<html>
<head>
<title>screen1</title>
<meta http-equiv="refresh" content="30">
</head>
<body>
<embed src="http://[servername]/QvAJAXZfc/opendoc.htm?document=presentation%5Ccomplaints.qvw&lang=en-US&host=QVS%40QVCluster"
width="1920"
height="1080" />
</body>
</html>

Taking the src out of the embed and copy it into the address bar of Chrome or Edge will open the qvw without a problem. It looks like the server does not pick up on the useraccount when launching the URL.

Any help is very much appreciated.

Labels (1)
1 Reply
andre_ficken
Partner - Creator
Partner - Creator
Author

The qvw is a dashboard that is published on a monitor in the workshop. So no keyboard handling and no mouse... the refresh is there to prevent the screen going into screensaver...