<?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 Ignore filters in table dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128359#M8997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like a dimension (not a calculated dimension) to ignore a specific filter. I understand the syntax for ignoring filters in a measure or calculated dimension but this has me stumped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example, &lt;SPAN style="font-size: 10pt;"&gt;I have a Client filter and a Client dimension in a table however I do not want the table to change when a user selects a Client name in the filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any ideas?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2018 16:49:11 GMT</pubDate>
    <dc:creator>dcpadilla</dc:creator>
    <dc:date>2018-10-02T16:49:11Z</dc:date>
    <item>
      <title>Ignore filters in table dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128359#M8997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like a dimension (not a calculated dimension) to ignore a specific filter. I understand the syntax for ignoring filters in a measure or calculated dimension but this has me stumped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example, &lt;SPAN style="font-size: 10pt;"&gt;I have a Client filter and a Client dimension in a table however I do not want the table to change when a user selects a Client name in the filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any ideas?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 16:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128359#M8997</guid>
      <dc:creator>dcpadilla</dc:creator>
      <dc:date>2018-10-02T16:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filters in table dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128360#M8998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also encountered the same situation, and find it difficult to do it in expression.&lt;/P&gt;&lt;P&gt;I am planning to load duplicated variables when loading data, and &lt;SPAN style="font-size: 13.3333px;"&gt;supposed &lt;/SPAN&gt;by using the duplicated variables, the dimension in the table will not change when filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also have a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 03:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128360#M8998</guid>
      <dc:creator>linjiao2c</dc:creator>
      <dc:date>2018-10-30T03:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filters in table dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128361#M8999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using an aggregation function like Concat() with set analysis to ignore the dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 19:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128361#M8999</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-10-30T19:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filters in table dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128362#M9000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one idea, you can use Straight table, add necessary dimensions and instead of real expressions add simple expression with set analysis, for instance: sum({&amp;lt;Client=&amp;gt;}1). In my example I use column type&lt;/P&gt;&lt;P&gt;After this you will have table with necessary data and this table will ignore selections in the Client filter.&lt;/P&gt;&lt;P&gt;Also straight table provides possibility to hide columns, so you will hide you measure sum({&amp;lt;Client=&amp;gt;}1) &lt;/P&gt;&lt;P&gt;See screenshots below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presentation Tab&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Hide1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217169_Hide1.png" style="width: 620px; height: 540px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Added expression and select 2 in type column - table shows all data that I have&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Hide2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/217171_Hide2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Hide measure column and select 1 and 2 in type column - table still shows all data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Hide3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/217172_Hide3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vitalii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 09:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-filters-in-table-dimension/m-p/128362#M9000</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2018-10-31T09:02:56Z</dc:date>
    </item>
  </channel>
</rss>

