<?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: not equal in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128436#M902182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also try this,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;Sum({$&amp;lt;Country= {'01'},[Sales] ={'*'}- {'Insurance'}}&amp;gt;}Values) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 13:20:10 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2016-07-11T13:20:10Z</dc:date>
    <item>
      <title>not equal</title>
      <link>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128431#M902176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam trying to add an expression for not equal but does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Country= {'01 '},[Sales] -= {'Insurance'}&amp;gt;}Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions&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/not-equal/m-p/1128431#M902176</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: not equal</title>
      <link>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128432#M902177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you made sure that the first part of the set analysis is not the issue here? I guess just focus on the second pary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;[Sales] -= {'Insurance'}&amp;gt;}Values)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should sum all Values except for those where Sales = Insurance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128432#M902177</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-11T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: not equal</title>
      <link>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128433#M902178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression looks ok to me except there is a space {'01 '}. Try as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Country= {'01'},[Sales] -= {'Insurance'}&amp;gt;}Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;See if this works...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128433#M902178</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-11T13:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: not equal</title>
      <link>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128434#M902180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, Something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Country = {01}, Sales -= {"Insurance"}&amp;gt;} Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Country = {01}, Sales =- {"Insurance"}&amp;gt;} Values)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Sum({&amp;lt;Country = {01}, {&amp;lt;Sales = {*} - Sales = {"Insurance"}&amp;gt;}&amp;gt;} Values)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128434#M902180</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-11T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: not equal</title>
      <link>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128435#M902181</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;i just tried with this &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Sum({&amp;lt;[Sales] -= {'Insurance'}&amp;gt;}Values)&amp;nbsp; still it is the same .. i get values but it is wrong&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;basically iam trying to exclude insurance take all other categories &lt;/P&gt;&lt;P&gt;but if spoecify &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;Sum({&amp;lt;Country= {'01'},[Sales] = {'Leasing','X','Rent'}&amp;gt;}Values) - it gives me correct results. but i need to enter many categories..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128435#M902181</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-07-11T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: not equal</title>
      <link>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128436#M902182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also try this,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;Sum({$&amp;lt;Country= {'01'},[Sales] ={'*'}- {'Insurance'}}&amp;gt;}Values) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-equal/m-p/1128436#M902182</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-07-11T13:20:10Z</dc:date>
    </item>
  </channel>
</rss>

