<?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 Filtering data from the begining in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271050#M101624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After few years using Tableau, I'm testing Qlikview.&lt;/P&gt;&lt;P&gt;I have an stupid problem I I don't know how to solve it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data source from I want to remove (exclude) some data (for example, 4 user names) and the users that were created in the past (on 2008 and 2009).&lt;/P&gt;&lt;P&gt;I have created a Multibox, where I select the 4 names that I don't want to use and I click on 'Select Excluded'.&lt;/P&gt;&lt;P&gt;For the years I do something similar: I create a Multibox, with the value Year(DateOfRegister). I select the 2008 and 2009 and then I click on 'Select Excluded'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First problem: when I reload the data, with new values, these new values are included directly on 'NOT values' in the 'Current Selection' box. How could I exclude 4 values without select 'Select Excluded'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second problem: when I exclude 2008 and 2009, the 'Current Selection' box don't show NOT 2008, 2009, the box inform that 2010 and 2011 are marked!!! I want to exclude, not mark the inverted selection!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2011 15:07:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-24T15:07:09Z</dc:date>
    <item>
      <title>Filtering data from the begining</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271050#M101624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After few years using Tableau, I'm testing Qlikview.&lt;/P&gt;&lt;P&gt;I have an stupid problem I I don't know how to solve it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data source from I want to remove (exclude) some data (for example, 4 user names) and the users that were created in the past (on 2008 and 2009).&lt;/P&gt;&lt;P&gt;I have created a Multibox, where I select the 4 names that I don't want to use and I click on 'Select Excluded'.&lt;/P&gt;&lt;P&gt;For the years I do something similar: I create a Multibox, with the value Year(DateOfRegister). I select the 2008 and 2009 and then I click on 'Select Excluded'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First problem: when I reload the data, with new values, these new values are included directly on 'NOT values' in the 'Current Selection' box. How could I exclude 4 values without select 'Select Excluded'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second problem: when I exclude 2008 and 2009, the 'Current Selection' box don't show NOT 2008, 2009, the box inform that 2010 and 2011 are marked!!! I want to exclude, not mark the inverted selection!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 15:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271050#M101624</guid>
      <dc:creator />
      <dc:date>2011-10-24T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Filtering data from the begining</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271051#M101625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Welcome&amp;nbsp; to QV !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- you can exclude directly in the script using a where condition :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load&amp;nbsp; UserName , Year , C &lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; yourDataSource&lt;/P&gt;&lt;P&gt;Where Username &amp;lt;&amp;gt; 'A'&amp;nbsp; AND&amp;nbsp; Year &amp;gt;= 2010 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- you can also exclude in the chart using if or Set Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example to get the revenue for all the consumer except A and from year &amp;lt;2010&lt;/P&gt;&lt;P&gt;&amp;nbsp; dimension :&amp;nbsp;&amp;nbsp;&amp;nbsp; Product&amp;nbsp; &lt;/P&gt;&lt;P&gt;expression&amp;nbsp; :&amp;nbsp; = SUM (&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&amp;nbsp; Name &amp;lt;&amp;gt; 'A' AND Year &amp;gt;= 2010 ,&amp;nbsp; Revenue)&amp;nbsp; )&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 19:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271051#M101625</guid>
      <dc:creator />
      <dc:date>2011-10-24T19:52:43Z</dc:date>
    </item>
    <item>
      <title>Filtering data from the begining</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271052#M101626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prefer the first option, because using conditions as 'If', I need to include in all the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...but, you know if are there any other possibility to filter using condition 'NOT' as can be used on Tableau or Excel? I can't understand how this software has not considered to implet this option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 21:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271052#M101626</guid>
      <dc:creator />
      <dc:date>2011-10-24T21:16:19Z</dc:date>
    </item>
    <item>
      <title>Filtering data from the begining</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271053#M101627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies, I forget to say you thanks!! It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 21:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271053#M101627</guid>
      <dc:creator />
      <dc:date>2011-10-24T21:46:29Z</dc:date>
    </item>
    <item>
      <title>Filtering data from the begining</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271054#M101628</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 know it's annoying to don't have a NOT selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way it's to create a flag in the script and the to use in a list box or in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&amp;nbsp; ; if&amp;nbsp; (&amp;nbsp; yourcondition ,&amp;nbsp; 'Cond' , 'Not Cond') as Flag_Cond &lt;/P&gt;&lt;P&gt;From...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 18:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-from-the-begining/m-p/271054#M101628</guid>
      <dc:creator />
      <dc:date>2011-10-25T18:43:25Z</dc:date>
    </item>
  </channel>
</rss>

