<?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 Error using not equal in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643609#M235806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting an error using the following set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=round(sum({&amp;lt;[Disti LOB]-={39},[CTA Duplicate]={'No'}&amp;gt;}$(vExtEffCommPrice))/1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The red squiggly line shows up on the left brace right before the 3. &lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;I just want all records where Disti LOB &amp;lt;&amp;gt; 39&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jun 2014 13:21:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-07T13:21:13Z</dc:date>
    <item>
      <title>Error using not equal in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643609#M235806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting an error using the following set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=round(sum({&amp;lt;[Disti LOB]-={39},[CTA Duplicate]={'No'}&amp;gt;}$(vExtEffCommPrice))/1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The red squiggly line shows up on the left brace right before the 3. &lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;I just want all records where Disti LOB &amp;lt;&amp;gt; 39&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 13:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643609#M235806</guid>
      <dc:creator />
      <dc:date>2014-06-07T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error using not equal in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643610#M235807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax checker in the expression editor isn't perfect. Marking operators like -= as error is a known bug.&lt;/P&gt;&lt;P&gt;Does the editor states 'Expression ok'? Does the expression return a value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 13:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643610#M235807</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-07T13:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error using not equal in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643611#M235808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no i get error in calculation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 13:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643611#M235808</guid>
      <dc:creator />
      <dc:date>2014-06-07T13:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error using not equal in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643612#M235809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is [Disti LOB] a field?&lt;/P&gt;&lt;P&gt;If that field contains text values, you may use [Disti LOB] -= {"39"}&lt;/P&gt;&lt;P&gt;Also check if the variable vExtEffCommPrice has a valid expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 14:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643612#M235809</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-06-07T14:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error using not equal in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643613#M235810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=round(sum({&amp;lt;[Disti LOB]={*'}-{'39'},[CTA Duplicate]={'No'}&amp;gt;}$(vExtEffCommPrice))/1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 15:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-using-not-equal-in-set-analysis/m-p/643613#M235810</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-07T15:01:11Z</dc:date>
    </item>
  </channel>
</rss>

