<?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 Re: NOT selection in AND-mode field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737886#M538239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use regular expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4587"&gt;How to use regular expressions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to exclude some values (say NOT USA), use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;^((?!USA).)*$&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 08:41:21 GMT</pubDate>
    <dc:creator>Andrea_Ghirardello</dc:creator>
    <dc:date>2014-10-02T08:41:21Z</dc:date>
    <item>
      <title>NOT selection in AND-mode field</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737883#M538236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assume you have a AND-mode listbox with values A,B,C,D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a ACTION (behind a button) we want to make an automatic selection in this listbox :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We create the button and select the properties&lt;/LI&gt;&lt;LI&gt;in the ACTIONS tab we add the action -&amp;gt; SELECT IN FIELD&lt;/LI&gt;&lt;LI&gt;FIELD = the AND-mode listbox&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So far so good, but then we have to fill in the SEARCH STRING.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If we want to make the selection A AND B, then our search string is : (A|B)&lt;/LI&gt;&lt;LI&gt;But what is the search string if we want to select A AND &lt;SPAN style="color: #ff0000;"&gt;NOT&lt;/SPAN&gt; B????&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 15:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737883#M538236</guid>
      <dc:creator />
      <dc:date>2014-10-01T15:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: NOT selection in AND-mode field</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737884#M538237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sven, take a look at an alternate method of doing AND/NOT selections, which I discuss in the last comment to this post: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/62060"&gt;http://community.qlik.com/thread/62060&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 16:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737884#M538237</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-10-01T16:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: NOT selection in AND-mode field</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737885#M538238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vlad&lt;/P&gt;&lt;P&gt;I already checed out that post and gave me good insight in another problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here i really need to automate the selection i make in a Listbox and unfortunatly it's an AND-mode list box where we need to make NOT selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 08:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737885#M538238</guid>
      <dc:creator />
      <dc:date>2014-10-02T08:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: NOT selection in AND-mode field</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737886#M538239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use regular expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4587"&gt;How to use regular expressions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to exclude some values (say NOT USA), use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;^((?!USA).)*$&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 08:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737886#M538239</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2014-10-02T08:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: NOT selection in AND-mode field</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737887#M538240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not trying to exclude some values&lt;/P&gt;&lt;P&gt;i am trying to make a NOT selection in an AND-mode box (see attachment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68161_Untitled.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 11:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737887#M538240</guid>
      <dc:creator />
      <dc:date>2014-10-02T11:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: NOT selection in AND-mode field</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737888#M538241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sven, there are 2 list boxes in my solution: AND and NOT. Since they're separate, all you have to do is trigger a selection in the NOT list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737888#M538241</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-10-02T15:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: NOT selection in AND-mode field</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737889#M538242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not possible to set the NOT-state via Action button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use the SetAnalysis-Way, or do it manually in the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-selection-in-AND-mode-field/m-p/737889#M538242</guid>
      <dc:creator>hugmarcel</dc:creator>
      <dc:date>2015-07-15T11:52:54Z</dc:date>
    </item>
  </channel>
</rss>

