<?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 Re: qlik sense server mash up integration in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-server-mash-up-integration/m-p/819919#M2737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I understood you right, you want to integrate/inject the single object sheet into your webpage;&lt;/P&gt;&lt;P&gt;- you can iframe element tag:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;lt;iframe src="&lt;A class="jive-link-external-small" href="https://cac03105pt.rim.net/single/?appid=f359f25e-f915-4675-9c0b-38a5e5c6db70&amp;amp;sheet=LhDtcZ&amp;amp;opt=currsel" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;https://[ipAddress]/single/?appid=[APP ID]&amp;amp;sheet=[SHEET ID]&amp;amp;opt=currsel&lt;/A&gt;" framborder="0"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- or using javascript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt;var ifrm = document.createElement("iframe"); ifrm.setAttribute("src", "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://[ipAddress]/single/?appid=[APP" rel="nofollow"&gt;https://[ipAddress]/single/?appid=[APP&lt;/A&gt;&lt;SPAN&gt; ID]&amp;amp;sheet=[SHEET ID]&amp;amp;opt=currsel"); ifrm.style.width = 640+"px"; ifrm.style.height = 480+"px"; document.body.appendChild(ifrm); &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;aiham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2015 07:23:36 GMT</pubDate>
    <dc:creator>Aiham_Azmeh</dc:creator>
    <dc:date>2015-02-04T07:23:36Z</dc:date>
    <item>
      <title>qlik sense server mash up integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-server-mash-up-integration/m-p/819918#M2736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have QlikSense Server installed where I have few apps. I would like to display one of my sheets onto my web page that is hosted on the same machine as QlikSense Server. I looked into various sources to figure out how to do this, but there is so much information that I am overwhelmed and have no idea where to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Mashup route&lt;/SPAN&gt;: Most information that exists out there uses a Qlik Sense Workbench but that is only with Qlik Sense &lt;STRONG&gt;Desktop&lt;/STRONG&gt;. I have a Qlik Sense &lt;STRONG&gt;Server &lt;/STRONG&gt;installed which is not the right way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Single Object Route&lt;/SPAN&gt;:&amp;nbsp; Some resources tells me that I can find myself a single sheet by concatenating my app into &lt;A href="https://cac03105pt.rim.net/single/?appid=f359f25e-f915-4675-9c0b-38a5e5c6db70&amp;amp;sheet=LhDtcZ&amp;amp;opt=currsel" title="https://cac03105pt.rim.net/single/?appid=f359f25e-f915-4675-9c0b-38a5e5c6db70&amp;amp;sheet=LhDtcZ&amp;amp;opt=currsel"&gt;https://[ipAddress]/single/?appid=[APP ID]&amp;amp;sheet=[SHEET ID]&amp;amp;opt=currsel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where Ipaddress , APP ID and SHEET ID are part of my server apps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works great to see the page by itself , now I like to incorporate this onto my web page using Javascript. But there isn't much documentation regarding this. Can anybody please nudge me in the right direction on how to incorporate this onto my web page?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-server-mash-up-integration/m-p/819918#M2736</guid>
      <dc:creator />
      <dc:date>2015-02-03T21:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: qlik sense server mash up integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-server-mash-up-integration/m-p/819919#M2737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I understood you right, you want to integrate/inject the single object sheet into your webpage;&lt;/P&gt;&lt;P&gt;- you can iframe element tag:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;lt;iframe src="&lt;A class="jive-link-external-small" href="https://cac03105pt.rim.net/single/?appid=f359f25e-f915-4675-9c0b-38a5e5c6db70&amp;amp;sheet=LhDtcZ&amp;amp;opt=currsel" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;https://[ipAddress]/single/?appid=[APP ID]&amp;amp;sheet=[SHEET ID]&amp;amp;opt=currsel&lt;/A&gt;" framborder="0"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- or using javascript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt;var ifrm = document.createElement("iframe"); ifrm.setAttribute("src", "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://[ipAddress]/single/?appid=[APP" rel="nofollow"&gt;https://[ipAddress]/single/?appid=[APP&lt;/A&gt;&lt;SPAN&gt; ID]&amp;amp;sheet=[SHEET ID]&amp;amp;opt=currsel"); ifrm.style.width = 640+"px"; ifrm.style.height = 480+"px"; document.body.appendChild(ifrm); &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;aiham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 07:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-server-mash-up-integration/m-p/819919#M2737</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2015-02-04T07:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: qlik sense server mash up integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-server-mash-up-integration/m-p/819920#M2738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. This works like a charm! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 14:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-server-mash-up-integration/m-p/819920#M2738</guid>
      <dc:creator />
      <dc:date>2015-02-04T14:40:50Z</dc:date>
    </item>
  </channel>
</rss>

