<?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: Set Analysis - &amp;quot;Does not equal&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457002#M170629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan much appreciated. Didn't realise set analysis could work like that! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 09:53:45 GMT</pubDate>
    <dc:creator>stuwannop</dc:creator>
    <dc:date>2013-01-25T09:53:45Z</dc:date>
    <item>
      <title>Set Analysis - "Does not equal"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457000#M170627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just quick question. When I'm using set analysis in an expression to OMIT certain data, I am using the term "-=". Example:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TEAM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -={'Sage','CRM','Technical','Network Serv','MRM','Pegasus','Project Management','Sharepoint','Navision','Project Management'}&amp;gt;}APPTime) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The expression works OK but the formula is underlined as if it's an error. It's a minor inconvenience if I'm trying to validate the rest of an expression, am I doing it the correct way or is there another way of doing it? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Stuart&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 09:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457000#M170627</guid>
      <dc:creator>stuwannop</dc:creator>
      <dc:date>2013-01-25T09:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - "Does not equal"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457001#M170628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stuart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is correct, but there is a bug in the syntax check. You could also write this as follows to avoid the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;TEAM ={'*'} - {'Sage','CRM','Technical','Network Serv','MRM','Pegasus','Project Management','Sharepoint','Navision','Project Management'}&amp;gt;} APPTime)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 09:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457001#M170628</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-01-25T09:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - "Does not equal"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457002#M170629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan much appreciated. Didn't realise set analysis could work like that! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 09:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457002#M170629</guid>
      <dc:creator>stuwannop</dc:creator>
      <dc:date>2013-01-25T09:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - "Does not equal"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457003#M170630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stuart and Jonathan,&lt;/P&gt;&lt;P&gt;I have similar problem but in the Dimension.&lt;/P&gt;&lt;P&gt;I have to set Region as a dimension. But I want to exclude some of the regions.&lt;/P&gt;&lt;P&gt;So I am writing like this&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;PROD_LEVEL-={'ABC'}&amp;gt;}region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the multi box, I am not getting any value.&lt;/P&gt;&lt;P&gt;Please help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 14:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457003#M170630</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2013-07-24T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - "Does not equal"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457004#M170631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works just fine, but what if the dimensions has NULL values on it? The {*} does not take it on notice at all.&lt;/P&gt;&lt;P&gt;Just was wondering why my figures were showing show odd things, but it was because of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out now, how to get the null values included to the {*} value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 11:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Does-not-equal-quot/m-p/457004#M170631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T11:58:42Z</dc:date>
    </item>
  </channel>
</rss>

