<?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 Button search select field action: how to exclude one value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167468#M39025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just use two actions, one Search in Field, and the second Search Excluded in that same field.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 17:56:13 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-03-18T17:56:13Z</dc:date>
    <item>
      <title>Button search select field action: how to exclude one value</title>
      <link>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167466#M39023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I know how to include a value for filtering using a button action 'Select in Field' but I don't know how to exclude a value (e.g. &amp;lt;&amp;gt;'myvalue' in SQL). Any ideas?&lt;/P&gt;&lt;P&gt;Mat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 19:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167466#M39023</guid>
      <dc:creator />
      <dc:date>2010-03-03T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Button search select field action: how to exclude one value</title>
      <link>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167467#M39024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to figure out how to do this as well. Were you able to get this to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 17:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167467#M39024</guid>
      <dc:creator />
      <dc:date>2011-03-18T17:41:14Z</dc:date>
    </item>
    <item>
      <title>Button search select field action: how to exclude one value</title>
      <link>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167468#M39025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just use two actions, one Search in Field, and the second Search Excluded in that same field.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 17:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167468#M39025</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-18T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Button search select field action: how to exclude one value</title>
      <link>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167469#M39026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, as an alternative, just format a search condition - "&amp;lt;&amp;gt;myValue" in the Select Action&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 19:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167469#M39026</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-18T19:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Button search select field action: how to exclude one value</title>
      <link>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167470#M39027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a button set up that currently does this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(5*|6*|2*|*118429308*) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes all data in my field that starts with 5, 6, 2, and is 118429308.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another button that does this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1*|0*|8*|7*) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes all data in my field that starts with 1, 0, 8, and 7. However, I want it to exclude the number 118429308 even though it starts with a 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167470#M39027</guid>
      <dc:creator />
      <dc:date>2012-06-15T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Button search select field action: how to exclude one value</title>
      <link>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167471#M39028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see an extraordinary solution here :&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/229000#229000"&gt;http://community.qlik.com/message/229000#229000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-search-select-field-action-how-to-exclude-one-value/m-p/167471#M39028</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-06-15T14:26:32Z</dc:date>
    </item>
  </channel>
</rss>

