<?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: Excluding fields in a list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914141#M988228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you excluding while loading or within your chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD allYourFields,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; People&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM xyz&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not Match(People, 'Joe Bloggs');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;People -= {'Joe Bloggs'}&amp;gt;}) something)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 14:28:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-24T14:28:15Z</dc:date>
    <item>
      <title>Excluding fields in a list</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914139#M988226</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;&lt;/P&gt;&lt;P&gt;I have list of a hundred or so people, how do I exlcude Joe Bloggs for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I use the &amp;lt;&amp;gt;=Joe Bloggs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914139#M988226</guid>
      <dc:creator>knightwriter</dc:creator>
      <dc:date>2015-07-24T14:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding fields in a list</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914140#M988227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a query you can write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Where People &amp;lt;&amp;gt; 'Joe Bloggs';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a chart (Table) if People is a dimension then you can edit the dimension and write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(People &amp;lt;&amp;gt; 'Joe Bloggs', People, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check the box "Exclude Null Values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914140#M988227</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-24T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding fields in a list</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914141#M988228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you excluding while loading or within your chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD allYourFields,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; People&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM xyz&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not Match(People, 'Joe Bloggs');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;People -= {'Joe Bloggs'}&amp;gt;}) something)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914141#M988228</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-24T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding fields in a list</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914142#M988229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Source Table&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;SQL SELECT * &lt;/P&gt;&lt;P&gt;FROM TABLE&lt;/P&gt;&lt;P&gt;WHERE upper(YourField) &amp;lt;&amp;gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;JOE BLOGGS&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Tab into Path\Table.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QlikView script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;FROM Table.qvd(qvd)&lt;/P&gt;&lt;P&gt;where lower(Yourfield)&amp;lt;&amp;gt;'joe bloggs';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QlikView front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression - Sum({&amp;lt;Yourfield -={'Joe bloggs'}&amp;gt;}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914142#M988229</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-24T14:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding fields in a list</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914143#M988230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I believe there is no formula needed. I just want the full list in a List Box to exclude Joe Bloggs. I have tried your expression but see error below. Many thanks.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93912_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914143#M988230</guid>
      <dc:creator>knightwriter</dc:creator>
      <dc:date>2015-07-24T14:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding fields in a list</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914144#M988231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Medal.Person &amp;lt;&amp;gt; 'Joe Bloggs', Medal.Person)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-fields-in-a-list/m-p/914144#M988231</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-24T14:51:38Z</dc:date>
    </item>
  </channel>
</rss>

