<?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 Embed QlikView app in Web Page in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068050#M920322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have to build a Web page using Django/html-css and embed QlikView app in Web page.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; embedded qlikview app in the web page using &amp;lt;iframe&amp;gt;. But the purpose of this integration of QlikView in webpage is to pass the CurrentSelections of QlikView to Webpage, where the CurrentSelections can be used for other purposes.&lt;/P&gt;&lt;P&gt;Please guide me on how this can be achieved. I'm very new to QlikView, have been googling last couple of days and reading through every material didn't get much information. I have tried reading CurrentSeletioon values by using JS GetSleetced. contentWindow etc options, but it wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. Thanks for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Embed QlikView app in Web Page</title>
      <link>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068050#M920322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have to build a Web page using Django/html-css and embed QlikView app in Web page.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; embedded qlikview app in the web page using &amp;lt;iframe&amp;gt;. But the purpose of this integration of QlikView in webpage is to pass the CurrentSelections of QlikView to Webpage, where the CurrentSelections can be used for other purposes.&lt;/P&gt;&lt;P&gt;Please guide me on how this can be achieved. I'm very new to QlikView, have been googling last couple of days and reading through every material didn't get much information. I have tried reading CurrentSeletioon values by using JS GetSleetced. contentWindow etc options, but it wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. Thanks for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068050#M920322</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Embed QlikView app in Web Page</title>
      <link>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068051#M920324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a variables and store the current selections.&lt;/P&gt;&lt;P&gt;2. Create a button event/trigger to pass that to your web page by opening a URL option.&lt;/P&gt;&lt;P&gt;Note: This will work if the selection are few/ default selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 15:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068051#M920324</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-05-04T15:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Embed QlikView app in Web Page</title>
      <link>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068052#M920326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Can you please tell me by create variable you mean in Java script or&lt;/P&gt;&lt;P&gt;qlikview.&lt;/P&gt;&lt;P&gt;I m a newbie in qlikview&lt;/P&gt;&lt;P&gt;Have been following docs but they do not have much infor for how to pass&lt;/P&gt;&lt;P&gt;current selections.&lt;/P&gt;&lt;P&gt;I need to get the current selections and pass the same to another report in&lt;/P&gt;&lt;P&gt;cognos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Wednesday, May 4, 2016, Krishnapriya Arumugam &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 16:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068052#M920326</guid>
      <dc:creator />
      <dc:date>2016-05-04T16:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Embed QlikView app in Web Page</title>
      <link>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068053#M920328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create Variables in Qlikview to assign the current selections. For each field you need to create separate variable.&lt;/P&gt;&lt;P&gt;2. Create a URL with Parameters. the passed parameters should be accepted in web.&lt;/P&gt;&lt;P&gt;3. Create a button with action to open a URL which you created in step 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 17:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068053#M920328</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-05-04T17:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Embed QlikView app in Web Page</title>
      <link>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068054#M920331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="91029" data-username="krishnacbe" href="https://community.qlik.com/people/krishnacbe" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Krishnapriya Arumugam&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It has to be dynamic. We need to do this for couple of qlikview app's on the webpage.&lt;/P&gt;&lt;P&gt;If we modify the currentselections, the new selections should be passed to Cognos.&lt;/P&gt;&lt;P&gt;Can you please guide me , if this is achievable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 06:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068054#M920331</guid>
      <dc:creator />
      <dc:date>2016-05-06T06:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Embed QlikView app in Web Page</title>
      <link>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068055#M920333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the selections are dynamic but you should limit the parameters that you are passing.&lt;/P&gt;&lt;P&gt;Challenge will be the URL size should not grow and you need to have some SAML query while passing the parameter into Cognos.&lt;/P&gt;&lt;P&gt;Current selections values should be placed in Variables and it will change automatically.&lt;/P&gt;&lt;P&gt;Will share you some sample qvw shortly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 15:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Embed-QlikView-app-in-Web-Page/m-p/1068055#M920333</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-05-06T15:35:26Z</dc:date>
    </item>
  </channel>
</rss>

