<?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 Excluded from result selections filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluded-from-result-selections-filter/m-p/1092012#M363129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to build a selection filter that contains values&amp;nbsp; I want to exclude from result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&amp;nbsp; I have this filter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="filtro.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114175_filtro.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I selected Accounting or Casino etc.,I need that excluded this Values from my result.( for example report etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 15:12:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-10T15:12:51Z</dc:date>
    <item>
      <title>Excluded from result selections filter</title>
      <link>https://community.qlik.com/t5/QlikView/Excluded-from-result-selections-filter/m-p/1092012#M363129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to build a selection filter that contains values&amp;nbsp; I want to exclude from result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&amp;nbsp; I have this filter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="filtro.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114175_filtro.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I selected Accounting or Casino etc.,I need that excluded this Values from my result.( for example report etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 15:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluded-from-result-selections-filter/m-p/1092012#M363129</guid>
      <dc:creator />
      <dc:date>2016-02-10T15:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excluded from result selections filter</title>
      <link>https://community.qlik.com/t5/QlikView/Excluded-from-result-selections-filter/m-p/1092013#M363130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something like this in your expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Category = e(Category)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 16:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluded-from-result-selections-filter/m-p/1092013#M363130</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-10T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excluded from result selections filter</title>
      <link>https://community.qlik.com/t5/QlikView/Excluded-from-result-selections-filter/m-p/1092014#M363131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To don't disturb users, you could perhaps create a island table with the field &lt;STRONG&gt;ExcludedCategory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;T_ExcludedCategory :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load Distinct Category as ExcludedCategory &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Resident &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;TableWhere CategoryFieldIs&lt;/EM&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user will clearly select the category that he want exclude in the field &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ExcludedCategory&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And use in your expression Sunny solution write like that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;Category = e(ExcludedCategory)&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 20:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluded-from-result-selections-filter/m-p/1092014#M363131</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2016-02-10T20:29:35Z</dc:date>
    </item>
  </channel>
</rss>

