<?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: Filter only Drill-Down in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413584#M33336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is one workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create 2 replicas of fields that you want to create a drill down of.&lt;/P&gt;&lt;P&gt;For Ex. You can create 2 sets dimension such as Category &amp;amp; SubCategory and Category1 &amp;amp; SubCategory1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use category1 &amp;amp; SubCategory1 for Drill Down Dimension and nullify those 2 dimension from all other measures when you want there selection unaffected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Sum({&amp;lt;Category1=,SubCategory1=&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Sep 2017 04:44:38 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2017-09-15T04:44:38Z</dc:date>
    <item>
      <title>Filter only Drill-Down</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413581#M33333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a table with a drill-down hierarchy. I'm trying to click in some fields and only filter this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that if I click in some fields on the table, all the other charts will change too according to the fields clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to click on the table and change only the table, without putting filters on the other charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 09:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413581#M33333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T09:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter only Drill-Down</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413582#M33334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carina Rodrigues,&lt;/P&gt;&lt;P&gt;May be this might help -&lt;/P&gt;&lt;P&gt;Sum({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;Field1={'xyz'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Using 1, as highlighted in the measure of chart that you don't want to change.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413582#M33334</guid>
      <dc:creator>Neymar_Jr</dc:creator>
      <dc:date>2017-09-14T13:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter only Drill-Down</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413583#M33335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carina, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the option Rajesh mentioned, but then your other charts will respond to &lt;SPAN style="text-decoration: underline;"&gt;nothing&lt;/SPAN&gt; anymore and become static charts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the purpose of Qlik Sense is to create interactive and responsive dashboards, a better option is to just exclude the filters used in the drill-down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you have a drill-down Productgroup &amp;gt; Product. You must add&amp;nbsp; "Productgroup=, Product=,"&amp;nbsp; to the set analysis in your measure expression to achieve this functionality. Add this to every chart which you don't want to react to the active filters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 14:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413583#M33335</guid>
      <dc:creator>ggijben</dc:creator>
      <dc:date>2017-09-14T14:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filter only Drill-Down</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413584#M33336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is one workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create 2 replicas of fields that you want to create a drill down of.&lt;/P&gt;&lt;P&gt;For Ex. You can create 2 sets dimension such as Category &amp;amp; SubCategory and Category1 &amp;amp; SubCategory1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use category1 &amp;amp; SubCategory1 for Drill Down Dimension and nullify those 2 dimension from all other measures when you want there selection unaffected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Sum({&amp;lt;Category1=,SubCategory1=&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 04:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-only-Drill-Down/m-p/1413584#M33336</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-15T04:44:38Z</dc:date>
    </item>
  </channel>
</rss>

