<?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: Does not = in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Does-not/m-p/607037#M1118182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no that didnt work either, kind of worked for 1 or 2 lines but not all of them??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 16:40:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-04T16:40:27Z</dc:date>
    <item>
      <title>Does not =</title>
      <link>https://community.qlik.com/t5/QlikView/Does-not/m-p/607035#M1118180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, sorry if this is a very simplistic question but i've wasted all afternoon trying to figure it out.,..&lt;/P&gt;&lt;P&gt;i have a table in which i have the following expression:&lt;/P&gt;&lt;P&gt;IF (DocumentType = 'C', NetSalesValue)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;...this seems to work ok, but i also want an expression that shows everything but 'C'... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i presumed something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF (DocumentType &amp;lt;&amp;gt; 'C', NetSalesValue)&lt;/P&gt;&lt;P&gt;...&amp;nbsp; would work but it doesnt??&amp;nbsp; what am i doing wrong?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-not/m-p/607035#M1118180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T16:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does not =</title>
      <link>https://community.qlik.com/t5/QlikView/Does-not/m-p/607036#M1118181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should work...&lt;/P&gt;&lt;P&gt;try &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF (not DocumentType = 'C', NetSalesValue) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-not/m-p/607036#M1118181</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-02-04T16:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Does not =</title>
      <link>https://community.qlik.com/t5/QlikView/Does-not/m-p/607037#M1118182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no that didnt work either, kind of worked for 1 or 2 lines but not all of them??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-not/m-p/607037#M1118182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T16:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does not =</title>
      <link>https://community.qlik.com/t5/QlikView/Does-not/m-p/607038#M1118183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DocumentType =-{'C'}&amp;gt;} NetSalesValue)&amp;nbsp;&amp;nbsp; gives everything but C&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DocumentType =E{'C'}&amp;gt;} NetSalesValue)&amp;nbsp;&amp;nbsp; excludes C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-not/m-p/607038#M1118183</guid>
      <dc:creator />
      <dc:date>2014-02-04T16:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Does not =</title>
      <link>https://community.qlik.com/t5/QlikView/Does-not/m-p/607039#M1118184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work. Can you post the offending document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-not/m-p/607039#M1118184</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-04T16:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does not =</title>
      <link>https://community.qlik.com/t5/QlikView/Does-not/m-p/607040#M1118185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, bang on - thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-not/m-p/607040#M1118185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T16:54:03Z</dc:date>
    </item>
  </channel>
</rss>

