<?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 AW:Excluding from selection without selecting excluded! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167492#M39038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked brilliantly. Thanks for your help. I also needed to do an AND with this and found some help you gave someone elsewhere in the forum.&lt;/P&gt;&lt;P&gt;But this does bring to mind another question. If I am doing Not 'A' and I also want to exclude 'B', would I say not (fieldname like 'a') and not (fieldname like 'b')? or would I need to use an OR here? Sorry, but they both seem to make sense to me. Is one used with NOT specifically?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2009 22:31:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-27T22:31:11Z</dc:date>
    <item>
      <title>Excluding from selection without selecting excluded!</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167490#M39036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to exclude a value from a selection without specifically selecting excluded? For example, if the values are A, B, C, D and E and I want to select all except E, I can select E and then choose Select Excluded. But this specifically selects A, B, C and D. If I make this a bookmark called "All but E" and if later on, a value of F shows up in my data - I want the bookmark to select A, B, C, D and F.&lt;/P&gt;&lt;P&gt;But that is not what happens. The selection remains A, B, C, and D. So now, E and F are not selected.&lt;/P&gt;&lt;P&gt;Does anyone know a way around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 00:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167490#M39036</guid>
      <dc:creator />
      <dc:date>2009-08-27T00:52:41Z</dc:date>
    </item>
    <item>
      <title>AW:Excluding from selection without selecting excluded!</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167491#M39037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this one:&lt;BR /&gt;Type:&lt;/P&gt;&lt;P&gt;= NOT Fieldname LIKE 'E'&lt;/P&gt;&lt;P&gt;into the searchbox (remove the default '**' before of course) and save selection as a bookmark. In the current selection box you can see exactly THIS clause (and NOT 'A, B, C, D'). And if another records with e. g. 'F', 'G' are added, the selection is still valid: A,B,C,D,F,G will appear when recalling the bookmark (as it really is saved as typed in).&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/19882.aspx"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 03:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167491#M39037</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-08-27T03:07:46Z</dc:date>
    </item>
    <item>
      <title>AW:Excluding from selection without selecting excluded!</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167492#M39038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked brilliantly. Thanks for your help. I also needed to do an AND with this and found some help you gave someone elsewhere in the forum.&lt;/P&gt;&lt;P&gt;But this does bring to mind another question. If I am doing Not 'A' and I also want to exclude 'B', would I say not (fieldname like 'a') and not (fieldname like 'b')? or would I need to use an OR here? Sorry, but they both seem to make sense to me. Is one used with NOT specifically?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 22:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167492#M39038</guid>
      <dc:creator />
      <dc:date>2009-08-27T22:31:11Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Excluding from selection without selecting excluded!</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167493#M39039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you want to exclude both A and B, you should use:&lt;/P&gt;&lt;P&gt;= NOT (Letter like 'A') and NOT (Letter like 'B')&lt;/P&gt;&lt;P&gt;As to the "OR" question, have a look at the truth table for the logical disjunction = OR (&lt;A href="http://en.wikipedia.org/wiki/Truth_table#Logical_disjunction"&gt;http://en.wikipedia.org/wiki/Truth_table#Logical_disjunction&lt;/A&gt;). If we make up the search pattern as:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= NOT (Letter like 'A') and NOT (Letter like 'B')&lt;/STRONG&gt; and we say that&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOT (Letter like 'A')&lt;/STRONG&gt; is proposition p and&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOT (Letter like 'B')&lt;/STRONG&gt; is proposition q according to this table&lt;/P&gt;&lt;P&gt;and we assume we have four letters here (A,B,C,D), with which I will substitute 'Letter' in the following then the truth table would be as follows:&lt;/P&gt;&lt;P&gt;A: NOT (A like A): FALSE / NOT (A like B): TRUE : FALSE OR TRUE is TRUE&lt;BR /&gt;B: NOT (B like A): TRUE / NOT (B like B): FALSE : TRUE OR FALSE is TRUE&lt;BR /&gt;C: NOT (C like A): TRUE / NOT (C like B): TRUE : TRUE OR TRUE is TRUE&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; NOT (D like A): TRUE / NOT (D like B): TRUE : TRUE OR TRUE is TRUE&lt;/P&gt;&lt;P&gt;ONLY FALSE OR FALSE would be TRUE, that means p and q would have to be false, so (x like A) would have to be true (then NOT (x like A) would be false) AND (x like B) would have to be true (then NOT (x like B) would be false). But that means that (x like A) AND (x like B) would have to be true, and that's not possible, so any of the letters will be selected using OR.&lt;/P&gt;&lt;P&gt;Sorry for my excursion to logics, but this was also for myself to assure that QlikView logic is working in conformity with general logic. So I'd say only AND produces the desired result.&lt;/P&gt;&lt;P&gt;Sorry again for my abundant explanation, but I hope it's clear - anyone correct me if I have a mistake in my flow of thoughts, it's already late ....&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;BR /&gt;&lt;/P&gt;&lt;P&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, 28 Aug 2009 02:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-from-selection-without-selecting-excluded/m-p/167493#M39039</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-08-28T02:09:30Z</dc:date>
    </item>
  </channel>
</rss>

