Skip to main content
Announcements
Announcing Qlik Talend® Cloud and Qlik Answers™ to accelerate AI adoption! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
fabio
Contributor III
Contributor III

Qlikview objects embedded in a web page...

Hi!

I would like to embed a qlikview object (a grid, a chart...) in my web page.

how can you do this?

My idea is to convert my qlikview project to a web page with the function "Object Client page generator" (founded  in the qlikview desktop application) end to copy a code fragment of the generated pages in my web page. Is that right?

First problem: if i copy the html pages generated by qlikview desktop and i put these in the public directory of my qlikview webserver, when I open these pages with my  browser this error appears:

"Failed to open document, file not found."

thi is the web page generated:

<html xmlns:zfp="http://www.qliktech.com/zfp" xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>portal</title>

<link rel="stylesheet" type="text/css" media="screen" href="https://community.qlik.com/QvAjaxZfc/htc/modal/modal.css" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:zfp="uri:zfp" xmlns:user="uri:user" xmlns=""><script language="javascript" type="text/javascript" src="/QvAjaxZfc/htc/QvAjax.js" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:zfp="uri:zfp" xmlns:user="uri:user" xmlns=""></script><script language="javascript" type="text/javascript" src="/QvAjaxZfc/htc/QvAjaxBaseMgr.js" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:zfp="uri:zfp" xmlns:user="uri:user" xmlns=""></script><script language="javascript" type="text/javascript" src="/QvAjaxZfc/htc/QvAjaxScan.js" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:zfp="uri:zfp" xmlns:user="uri:user" xmlns=""></script><script language="javascript" type="text/javascript" src="/QvAjaxZfc/htc/QvAjaxModal.js" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:zfp="uri:zfp" xmlns:user="uri:user" xmlns=""></script><script language="javascript" type="text/javascript" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:zfp="uri:zfp" xmlns:user="uri:user" xmlns="">

        var qva = new Qva.PageBinding();

        qva.View = "kportal.qvw";

        qva.Autoview = "";

        new Qva.Scanner(qva);

        qva.OnUpdateComplete = function () { qva.SetNewSheet(); }

        new Qva.Modal();

    </script><script language="javascript" type="text/javascript" src="PageModifications.js" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:zfp="uri:zfp" xmlns:user="uri:user" xmlns=""></script></head>

<body onload="Qva.Start();">

<span avq="label:.ActiveSheet"/>

</body>

</html>

where can I find documentation for this?

thanks!


3 Replies
NZFei
Partner - Specialist
Partner - Specialist

I am looking for the documentation to embed QlikView objects to web too. Can anyone provide any help please?

Thanks

Fei

vikasmahajan

iFrame Integration Example

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.