<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Embedding Qlikview objects on a webpage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1563231#M1232676</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to embed Qlikview objects into a simple htm page, but I have not been too successful in doing so. I have doubts on what to do since I have not found decent tutorials on Qlik help. At the moment I have a &lt;STRONG&gt;index.htm&lt;/STRONG&gt; along with a &lt;STRONG&gt;index.qvw&lt;/STRONG&gt; file that I created under the folder "D:\QlikView\Server\QlikViewClients\QlikViewAjax". I have attempted with object and div integration but none seems to work at all. One thing I want to make clear, I don't have Qlikview Workbench installed, because I didn't fully understand its role in all this. Do I need it along with Visual Studio? Or is it only for building webpages that are not in Qlikview web server? Thanks in advance!&lt;/P&gt;&lt;P&gt;This is my object integration code that doesn't work.&lt;/P&gt;&lt;PRE&gt;&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;This is the title of the webpage!&amp;lt;/title&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;iframe src="http://servername/QVAJAXZFC/singleobject.htm?document=index.qvw&amp;amp;object=TXT1" /&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9176i712CCE6E30E39E3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my attempt at div integration, no success either&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;This is the title of the webpage!&amp;lt;/title&amp;gt;
    &amp;lt;script language="javascript" type="text/javascript" src="http://servername/QVAJAXZFC/htc/QvAjax.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script language="javascript" type="text/javascript"&amp;gt;
    Qv.InitWorkBench({
       View: 'index',
       // Instead of using "Host: 'Local'", use "Host: null"
       Host: null
     });
    &amp;lt;/script&amp;gt;

 &amp;lt;style&amp;gt;
.QvInlineObject
 {
    position:relative;
    margin-left:10px;
    margin-right:10px;
    float:left;
 }
 &amp;lt;/style&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;div class="QvInlineObject" avqview="index" avq="object:.Document\TXT1"&amp;gt;&amp;lt;/div&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;Result: a blank page with mouse icon in loading state, but nothing happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>afbraga1</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>Embedding Qlikview objects on a webpage</title>
      <link>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1563231#M1232676</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to embed Qlikview objects into a simple htm page, but I have not been too successful in doing so. I have doubts on what to do since I have not found decent tutorials on Qlik help. At the moment I have a &lt;STRONG&gt;index.htm&lt;/STRONG&gt; along with a &lt;STRONG&gt;index.qvw&lt;/STRONG&gt; file that I created under the folder "D:\QlikView\Server\QlikViewClients\QlikViewAjax". I have attempted with object and div integration but none seems to work at all. One thing I want to make clear, I don't have Qlikview Workbench installed, because I didn't fully understand its role in all this. Do I need it along with Visual Studio? Or is it only for building webpages that are not in Qlikview web server? Thanks in advance!&lt;/P&gt;&lt;P&gt;This is my object integration code that doesn't work.&lt;/P&gt;&lt;PRE&gt;&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;This is the title of the webpage!&amp;lt;/title&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;iframe src="http://servername/QVAJAXZFC/singleobject.htm?document=index.qvw&amp;amp;object=TXT1" /&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9176i712CCE6E30E39E3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my attempt at div integration, no success either&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;This is the title of the webpage!&amp;lt;/title&amp;gt;
    &amp;lt;script language="javascript" type="text/javascript" src="http://servername/QVAJAXZFC/htc/QvAjax.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script language="javascript" type="text/javascript"&amp;gt;
    Qv.InitWorkBench({
       View: 'index',
       // Instead of using "Host: 'Local'", use "Host: null"
       Host: null
     });
    &amp;lt;/script&amp;gt;

 &amp;lt;style&amp;gt;
.QvInlineObject
 {
    position:relative;
    margin-left:10px;
    margin-right:10px;
    float:left;
 }
 &amp;lt;/style&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;div class="QvInlineObject" avqview="index" avq="object:.Document\TXT1"&amp;gt;&amp;lt;/div&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;Result: a blank page with mouse icon in loading state, but nothing happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1563231#M1232676</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Qlikview objects on a webpage</title>
      <link>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1563378#M1232678</link>
      <description>&lt;P&gt;have you checked Mashups in QlikView?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijeta&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 09:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1563378#M1232678</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2019-04-01T09:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Qlikview objects on a webpage</title>
      <link>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1563400#M1232679</link>
      <description>Hello Vijeta,&lt;BR /&gt;&lt;BR /&gt;Yes, I have been trying to do it based on &lt;A href="https://help.qlik.com/en-US/qlikview-developer/November2018/Subsystems/Mashups/Content/QV_Mashups/mashups-start.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/November2018/Subsystems/Mashups/Content/QV_Mashups/mashups-start.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;André Braga</description>
      <pubDate>Mon, 01 Apr 2019 10:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1563400#M1232679</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2019-04-01T10:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Qlikview objects on a webpage</title>
      <link>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1580554#M1232680</link>
      <description>&lt;P&gt;Just to confirm, you WILL need Workbench feature in your QlikView Server license, it will be in the LEF file, which you can see via the license info for QVS in the QMC, the feature line you need is this:&lt;/P&gt;
&lt;P&gt;WORKBENCH;YES;;&lt;/P&gt;
&lt;P&gt;You would also have to install the Workbench component matching your QVS version to the web server where you are trying to embed things as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the other Help link, you may have already read through it, but just in case:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2019/Subsystems/QlikViewWorkBench/Content/QV_QVWB//workbench-start.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2019/Subsystems/QlikViewWorkBench/Content/QV_QVWB//workbench-start.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;What this does is allow for the connections between the website and the QVS to work to get the objects from the app in question etc.&amp;nbsp; Hopefully this helps a bit more.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 15:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embedding-Qlikview-objects-on-a-webpage/m-p/1580554#M1232680</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-05-15T15:43:37Z</dc:date>
    </item>
  </channel>
</rss>

