<?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 Selecting all values except a cetain in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294675#M109321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following lines in the macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field1").Select "a"&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field1").SelectExcluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2011 16:27:47 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2011-05-12T16:27:47Z</dc:date>
    <item>
      <title>Selecting all values except a cetain</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294674#M109320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how to select all values except a certain one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field1").Select not("a")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so all values shall be selected but not "a". Is it possible in Qlikview macros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 15:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294674#M109320</guid>
      <dc:creator />
      <dc:date>2011-05-12T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Selecting all values except a cetain</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294675#M109321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following lines in the macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field1").Select "a"&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field1").SelectExcluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 16:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294675#M109321</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-05-12T16:27:47Z</dc:date>
    </item>
    <item>
      <title>Selecting all values except a cetain</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294676#M109322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is working, but unfortunatelly for one value only. As soon as I try to excude multiple values it is not working as supposed. My problem is that I have a list containing blank values as well. I am trying to make them invisible it the user clicks a button. So I can not use the property of a table to hide zero values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My "blanks" are shown as a smal "-" on the left. and I would like to create a button which will switch them off and on again. It shall work as the ToggleSelect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also thinking about making a If condition and check if the values are greater then zero but this do not work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe someone had this problem and solved it somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 04:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294676#M109322</guid>
      <dc:creator />
      <dc:date>2011-05-13T04:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting all values except a cetain</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294677#M109323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached example has a listbox and a button to select excluded items. This does not use any macro. You may try something like this in your application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 07:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-all-values-except-a-cetain/m-p/294677#M109323</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-05-13T07:18:01Z</dc:date>
    </item>
  </channel>
</rss>

