<?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 iFrame in Mashup - Keep selection in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/iFrame-in-Mashup-Keep-selection/m-p/1673661#M12296</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I developp a mashup in Qlik Sense which is connected to App "MyApp"&lt;/P&gt;&lt;P&gt;I want to integrate an iFrame in this application, this iFrame is connected to "MyApp" too.&lt;/P&gt;&lt;P&gt;So I integrate this code in my mashup :&lt;/P&gt;&lt;P&gt;&amp;lt;section class="section-3" ng-app="showApp" ng-controller="summary"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="row-fluid"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;iframe src='&lt;A href="https://qual.qliksense.seb.com/single/?appid=3cd6a622-8247-4a7f-accb-b902f953e96e&amp;amp;sheet=4a0db322-5505-43bf-b92e-0ee4daeeb862&amp;amp;opt=ctxmenu" target="_blank"&gt;https://qual.qliksense.seb.com/single/?appid=3cd6a622-8247-4a7f-accb-b902f953e96e&amp;amp;sheet=4a0db322-5505-43bf-b92e-0ee4daeeb862&amp;amp;opt=ctxmenu&lt;/A&gt;' style='border:none;width:100%;height:100%;margin-top:6%'&amp;gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;The problem is that Qlik Sense open 2 sessions and when I select something in the mashup, the selection is not applied in the iFrame.&lt;/P&gt;&lt;P&gt;Do you know if is it possible ?&lt;/P&gt;&lt;P&gt;The aim is to accelerate the development, I want to integrate sheet in my mashup with iFrame and not objects.&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:19:40 GMT</pubDate>
    <dc:creator>paulcalvet</dc:creator>
    <dc:date>2024-11-16T03:19:40Z</dc:date>
    <item>
      <title>iFrame in Mashup - Keep selection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/iFrame-in-Mashup-Keep-selection/m-p/1673661#M12296</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I developp a mashup in Qlik Sense which is connected to App "MyApp"&lt;/P&gt;&lt;P&gt;I want to integrate an iFrame in this application, this iFrame is connected to "MyApp" too.&lt;/P&gt;&lt;P&gt;So I integrate this code in my mashup :&lt;/P&gt;&lt;P&gt;&amp;lt;section class="section-3" ng-app="showApp" ng-controller="summary"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="row-fluid"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;iframe src='&lt;A href="https://qual.qliksense.seb.com/single/?appid=3cd6a622-8247-4a7f-accb-b902f953e96e&amp;amp;sheet=4a0db322-5505-43bf-b92e-0ee4daeeb862&amp;amp;opt=ctxmenu" target="_blank"&gt;https://qual.qliksense.seb.com/single/?appid=3cd6a622-8247-4a7f-accb-b902f953e96e&amp;amp;sheet=4a0db322-5505-43bf-b92e-0ee4daeeb862&amp;amp;opt=ctxmenu&lt;/A&gt;' style='border:none;width:100%;height:100%;margin-top:6%'&amp;gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;The problem is that Qlik Sense open 2 sessions and when I select something in the mashup, the selection is not applied in the iFrame.&lt;/P&gt;&lt;P&gt;Do you know if is it possible ?&lt;/P&gt;&lt;P&gt;The aim is to accelerate the development, I want to integrate sheet in my mashup with iFrame and not objects.&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/iFrame-in-Mashup-Keep-selection/m-p/1673661#M12296</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2024-11-16T03:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: iFrame in Mashup - Keep selection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/iFrame-in-Mashup-Keep-selection/m-p/1673701#M12297</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;For the iframe you need to pass in the selections using the selection query string parameter. See the doc here: &lt;A href="https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/APIs/Content/Sense_ClientAPIs/single-integration-api.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/APIs/Content/Sense_ClientAPIs/single-integration-api.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As for your two sessions that is a bit perplexing. If you are trying to embed more than one iframe on a page you will want to use the identity parameter as well to assign a shared value for both iframes . This will instruct Qlik to use the same session.&lt;BR /&gt;&lt;BR /&gt;Jg&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Feb 2020 01:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/iFrame-in-Mashup-Keep-selection/m-p/1673701#M12297</guid>
      <dc:creator>Jeffrey_Goldberg</dc:creator>
      <dc:date>2020-02-10T01:10:18Z</dc:date>
    </item>
  </channel>
</rss>

