<?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: Current selections lost when loading new page in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822619#M2756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If anyone is interested, we managed to do a workaround on this one. Instead of having multiple html pages, we gathered everything in one html file and used jquerys show/hide function to show specific pages. One important note however, is that you might need to call the qlik resize function ( Q.resize() ) during your site load, as some objects may not appear by default. The resize function should "activate" all objects. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2014 09:45:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-23T09:45:34Z</dc:date>
    <item>
      <title>Current selections lost when loading new page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822618#M2755</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 created a web-based in the mashup, which is working great so far. I am able to interact with my objects, to filter, make selections and so on and so forth. Unfortunately my "current selections bar" is emptied when I navigate around my dashboard. The problem appears when I want to browse "further down" in the dashboard, and I click on a href that redirects me to a new HTML page. Upon opening the new page I have all my object, but the selections I made on the previous page has been deleted. I still connect to the same js file that provides data from my app to the mashup dashboard, but in the event of browsing to a new page selections are lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on keeping selections or tips on how this issue can be avoided will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 10:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822618#M2755</guid>
      <dc:creator />
      <dc:date>2014-12-12T10:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections lost when loading new page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822619#M2756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If anyone is interested, we managed to do a workaround on this one. Instead of having multiple html pages, we gathered everything in one html file and used jquerys show/hide function to show specific pages. One important note however, is that you might need to call the qlik resize function ( Q.resize() ) during your site load, as some objects may not appear by default. The resize function should "activate" all objects. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 09:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822619#M2756</guid>
      <dc:creator />
      <dc:date>2014-12-23T09:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections lost when loading new page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822620#M2757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check attached setting in application if it is there remove.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 10:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822620#M2757</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-12-23T10:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections lost when loading new page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822621#M2758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;Thank you for your help, but unfortunately my issue is regarding Qlik Sense and not QlikView. The setting you show in the attached picture is not avaliable to set in Qlik Sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 13:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822621#M2758</guid>
      <dc:creator />
      <dc:date>2014-12-23T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections lost when loading new page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822622#M2759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;Your workaround appears to be an improvement, since it will probably be faster and take less server resources, but your initial solution should work also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you made a separate qlik.openApp() call in each page, with a new web socket in the new page. Engine should recognize that they both connect to the same app and if the user is the same connect to the same session. What is your environment?? What authentication do you use?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 12:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/822622#M2759</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-01-07T12:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections lost when loading new page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/1509368#M9509</link>
      <description>Hi, big problem more if is a mashup for mobile device. I found this solution:&lt;BR /&gt;&lt;A href="http://www.codewander.com/qlik-sense-mashup-apply-filters-across-two-or-more-apps/" target="_blank"&gt;http://www.codewander.com/qlik-sense-mashup-apply-filters-across-two-or-more-apps/&lt;/A&gt;&lt;BR /&gt;Not sure if can fix the problem couse I have not a way to makes it works. So attentive if some one have find another soution.</description>
      <pubDate>Mon, 19 Nov 2018 21:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/1509368#M9509</guid>
      <dc:creator>fernandocalixto</dc:creator>
      <dc:date>2018-11-19T21:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections lost when loading new page</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/1510454#M9528</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, do you have an example of how to use ( Q.resize() )&amp;nbsp;?&lt;BR /&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 14:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Current-selections-lost-when-loading-new-page/m-p/1510454#M9528</guid>
      <dc:creator>fernandocalixto</dc:creator>
      <dc:date>2018-11-21T14:05:20Z</dc:date>
    </item>
  </channel>
</rss>

