<?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 one value from the field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302179#M831505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I&amp;nbsp; need to exclude one value form the field which is coming dirctly from tha table. How to do&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167086_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>qlikapple</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>exclude one value from the field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302179#M831505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I&amp;nbsp; need to exclude one value form the field which is coming dirctly from tha table. How to do&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167086_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302179#M831505</guid>
      <dc:creator>qlikapple</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: exclude one value from the field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302180#M831506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If(Not WildMatch(&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FieldName &lt;/STRONG&gt;&lt;/SPAN&gt;, '&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FieldValue&lt;/STRONG&gt;&lt;/SPAN&gt;'), &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FieldName&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Or&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Only({1&amp;lt;FieldName -= {'FieldValue'}&amp;gt;}FieldName), FieldName) // try without 1 operator&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302180#M831506</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-16T09:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: exclude one value from the field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302181#M831507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't need that anywhere in the dashboard, you should exclude it while loading using WHERE clause like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .... &lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt; &lt;STRONG&gt;Where&lt;/STRONG&gt; status&amp;lt;&amp;gt;'DELETED' ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302181#M831507</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-06-16T09:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: exclude one value from the field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302182#M831508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to do that in script itself&lt;/P&gt;&lt;P&gt;i need to exclude 'DELETED'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302182#M831508</guid>
      <dc:creator>qlikapple</dc:creator>
      <dc:date>2017-06-16T09:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: exclude one value from the field</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302183#M831509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use like&amp;nbsp; below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;CREATED&lt;/P&gt;&lt;P&gt;DELETED&lt;/P&gt;&lt;P&gt;UPDATED&lt;/P&gt;&lt;P&gt;] Where Not WildMatch(Field, 'DELETED');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-one-value-from-the-field/m-p/1302183#M831509</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-16T09:15:24Z</dc:date>
    </item>
  </channel>
</rss>

