<?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 exclude values from a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231092#M82871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;your 'where' did help me. Thank you very mutch too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 17:46:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-04T17:46:25Z</dc:date>
    <item>
      <title>exclude values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231088#M82867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Together,&lt;BR /&gt;&lt;BR /&gt;how can i exclude from beginning some values in Developer ?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I have a field with a, b, c, d values to click. However, i would like to choose only a, c values and want to exlude&lt;BR /&gt;b,d from selection.&lt;/P&gt;&lt;P&gt;I have a solution with the Publisher about the feature "reduction". But i need it in an Object or a Diagramm in Developer.&lt;BR /&gt;Have somebody an idea ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you very much!&lt;BR /&gt;&lt;BR /&gt;Many greetings,&lt;BR /&gt;honour&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 16:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231088#M82867</guid>
      <dc:creator />
      <dc:date>2010-05-04T16:05:41Z</dc:date>
    </item>
    <item>
      <title>exclude values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231089#M82868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would try the following options:&lt;/P&gt;&lt;P&gt;1. Add a condition in your load script to separate those 2 options from those four values, for example:&lt;/P&gt;&lt;P&gt;if(Field='A', 'Option 1', if(Field='B', 'Option 2', if(Field='C', 'Option 1', if(Field='D', 'Option 2')))) as Option&lt;/P&gt;&lt;P&gt;and add 'Option' as a filter in a listbox, multibox.&lt;/P&gt;&lt;P&gt;2 .I would create a table for this purpose and link it to your table with the a,b,c,d, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[Value, Option&lt;/P&gt;&lt;P&gt;A, OPTION 1&lt;/P&gt;&lt;P&gt;C, OPTION 1&lt;/P&gt;&lt;P&gt;B, OPTION 2&lt;/P&gt;&lt;P&gt;D, OPTION 2&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and add 'Option' as a filter in a listbox, multibox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 16:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231089#M82868</guid>
      <dc:creator />
      <dc:date>2010-05-04T16:46:53Z</dc:date>
    </item>
    <item>
      <title>exclude values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231090#M82869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two possible solutions depending on what you actually want to accomplish. One you can filter the data during the Load using a Where clause to exclude the unwanted data, or you could use Set Analysis on the aggregate expressions. A straight table chart that suppresses 0 values should only shows rows a &amp;amp; b in the below example, assuming you have [dimension field] as the only dimension on the chart.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[dimension field]={"a,b"}&amp;gt;} [measure field])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 17:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231090#M82869</guid>
      <dc:creator />
      <dc:date>2010-05-04T17:10:55Z</dc:date>
    </item>
    <item>
      <title>exclude values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231091#M82870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dragonauta,&lt;BR /&gt;&lt;BR /&gt;I thank for your help.&lt;BR /&gt;&lt;BR /&gt;I have selected the alternative 1.&lt;BR /&gt;At the end I have the expected values with mine desired values.&lt;BR /&gt;&lt;BR /&gt;What do you mean with the filter?&lt;BR /&gt;. add 'option' as a filter in a listbox, multibox.&lt;BR /&gt;&lt;BR /&gt;Because I have now the values an want to select these values too.&lt;BR /&gt;What I have to do that make there are clicked?&lt;BR /&gt;&lt;BR /&gt;Many thanks over again. Sorry for my english&lt;BR /&gt;&lt;BR /&gt;Many greetings,&lt;BR /&gt;honour&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 17:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231091#M82870</guid>
      <dc:creator />
      <dc:date>2010-05-04T17:28:22Z</dc:date>
    </item>
    <item>
      <title>exclude values from a field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231092#M82871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;your 'where' did help me. Thank you very mutch too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 17:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-values-from-a-field/m-p/231092#M82871</guid>
      <dc:creator />
      <dc:date>2010-05-04T17:46:25Z</dc:date>
    </item>
  </channel>
</rss>

