<?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 QS Mashup - global filter in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mashup-global-filter/m-p/975662#M3698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a QS Mashup, I am bringing in charts from two apps but I do want a common filter (global) that drills into both apps charts. Is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2015 21:27:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-08T21:27:50Z</dc:date>
    <item>
      <title>QS Mashup - global filter</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mashup-global-filter/m-p/975662#M3698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a QS Mashup, I am bringing in charts from two apps but I do want a common filter (global) that drills into both apps charts. Is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 21:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mashup-global-filter/m-p/975662#M3698</guid>
      <dc:creator />
      <dc:date>2015-12-08T21:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: QS Mashup - global filter</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mashup-global-filter/m-p/975663#M3699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/192028"&gt;aanjaria&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately this is not possible out of the box, you would have to create your own "listbox" or filterbox and then apply the selections to both apps programmatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 12:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mashup-global-filter/m-p/975663#M3699</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2015-12-09T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: QS Mashup - global filter</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mashup-global-filter/m-p/975664#M3700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Achal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Stefan has suggest you can do it by setting filter explicitly for the underlying apps on selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;EM&gt;Use this code below to achieve it:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var app1 = qlik.openApp('&amp;lt;Name of the app&amp;gt;', config);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;var app2 = qlik.openApp('&amp;lt;Name of the app&amp;gt;', config);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;//On Selection&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$("#id, .Class").click(function() {&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app1.field("[Field]").selectMatch($(this).text(), false); &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app2.field("[Field]").selectMatch($(this).text(), false); &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 14:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mashup-global-filter/m-p/975664#M3700</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-09T14:35:10Z</dc:date>
    </item>
  </channel>
</rss>

