<?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 Exclude all but ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-all-but/m-p/636598#M1093541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;I have another probably simple question, thank you in advance for your help.&amp;nbsp; I pasted my code below.&amp;nbsp; What I am doing is summing the counts on what has been filtered excluding the three filters 1_1, 1_2, and 1_3.&amp;nbsp; But I have 50 filters, and will probably add more in the future, that I want to exclude.&amp;nbsp; And there are three filters I always want to include.&amp;nbsp; Call them Time, Place and Person.&amp;nbsp; So how do I code the same thing below to exclude all but Time, Place, and Person?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;1_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;1_2=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;1_3=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2014 19:42:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-16T19:42:54Z</dc:date>
    <item>
      <title>Exclude all but ...</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-all-but/m-p/636598#M1093541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;I have another probably simple question, thank you in advance for your help.&amp;nbsp; I pasted my code below.&amp;nbsp; What I am doing is summing the counts on what has been filtered excluding the three filters 1_1, 1_2, and 1_3.&amp;nbsp; But I have 50 filters, and will probably add more in the future, that I want to exclude.&amp;nbsp; And there are three filters I always want to include.&amp;nbsp; Call them Time, Place and Person.&amp;nbsp; So how do I code the same thing below to exclude all but Time, Place, and Person?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;1_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;1_2=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;1_3=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 19:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-all-but/m-p/636598#M1093541</guid>
      <dc:creator />
      <dc:date>2014-05-16T19:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude all but ...</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-all-but/m-p/636599#M1093542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Sum({1&amp;lt;Time=, Place=,Person=&amp;gt;} Count)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will consider entire memory respecting the selections for Time Place and Person.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 19:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-all-but/m-p/636599#M1093542</guid>
      <dc:creator />
      <dc:date>2014-05-16T19:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude all but ...</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-all-but/m-p/636600#M1093543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't appear to work.&amp;nbsp; It seems to be excluding all filters giving me the same answer as simply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt; .&amp;nbsp; Thanks for the attempt though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 20:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-all-but/m-p/636600#M1093543</guid>
      <dc:creator />
      <dc:date>2014-05-16T20:02:45Z</dc:date>
    </item>
  </channel>
</rss>

