<?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: Help!  Does Not Equal in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537780#M482686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please replace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;[Max Review Reason] ={'*'}-{'Accepted'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;[Max Review Reason] -={'Accepted'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(note the minus just before the equal sign)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview will show a syntax error (red underlined) but generally -= is allowed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 13:54:44 GMT</pubDate>
    <dc:creator>pennetzdorfer</dc:creator>
    <dc:date>2013-07-30T13:54:44Z</dc:date>
    <item>
      <title>Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537774#M482680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I am trying to exclude 'Accepted' from my end results table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the following (whch isn't working for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Type = {'MT Pipeline'}, [Max Review Reason] ={'*'}-{'Accepted'}&amp;gt;}Case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, I have also tried to use the -= function, but this doesn't work for me either...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can someone advise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 11:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537774#M482680</guid>
      <dc:creator />
      <dc:date>2013-07-30T11:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537775#M482681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - this doesn't work for me either &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use Count({$&amp;lt;Type = {'MT Pipeline'}, [Max Review Reason] = {'Accepted'}&amp;gt;}Case) - I can see results, so can't understand why putting in the -= doesn't work for me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 12:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537775#M482681</guid>
      <dc:creator />
      <dc:date>2013-07-30T12:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537776#M482682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use exclude keyword in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indirect Set Analysis&lt;/P&gt;&lt;P&gt;• p( ) = Possible&lt;/P&gt;&lt;P&gt;• e( ) = Excluded&lt;/P&gt;&lt;P&gt;example--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;CompanyName = p({$&amp;lt;CategoryName={'Baby Clothes'}&amp;gt;}&lt;/P&gt;&lt;P&gt;CompanyName)&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Sales for Customers who purchased Baby Clothes.&lt;/P&gt;&lt;P&gt;The set p({}) returns the values of CompanyName (Customer) that&lt;/P&gt;&lt;P&gt;purchased Baby Clothes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 12:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537776#M482682</guid>
      <dc:creator />
      <dc:date>2013-07-30T12:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537777#M482683</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;Please can you apply your solution to the example I gave?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 12:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537777#M482683</guid>
      <dc:creator />
      <dc:date>2013-07-30T12:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537778#M482684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please upload example data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 13:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537778#M482684</guid>
      <dc:creator />
      <dc:date>2013-07-30T13:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537779#M482685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;// ---------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;Type={'MT Pipeline'},[Max Review Reason]-={'Accepted'}&amp;gt;}Case)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 13:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537779#M482685</guid>
      <dc:creator />
      <dc:date>2013-07-30T13:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537780#M482686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please replace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;[Max Review Reason] ={'*'}-{'Accepted'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;[Max Review Reason] -={'Accepted'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(note the minus just before the equal sign)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview will show a syntax error (red underlined) but generally -= is allowed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 13:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537780#M482686</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2013-07-30T13:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537781#M482687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - again, thanks for all the suggestions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have tried the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Type = {'MT Pipeline'}, [Max Review Reason] ={'*'}-{'Accepted'}&amp;gt;}Case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( {$&amp;lt;[Max Review Reason] = E({1&amp;lt;[Max Review Reason] ={'Accepted'}&amp;gt;}[Max Review Reason] ),Type = {'MT Pipeline'}&amp;gt;}Case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Type={'MT Pipeline'},[Max Review Reason]-={'Accepted'}&amp;gt;}Case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the following expression, I can see data (both Accepted and non accepts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Type = {'MT Pipeline'}&amp;gt;}Case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the following expression, it returns data showing accepted:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Type = {'MT Pipeline'}, [Max Review Reason] = {'Accepted'}&amp;gt;}Case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling with flipping this to show me the cases that are non accepts.....very frustrating!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 14:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537781#M482687</guid>
      <dc:creator />
      <dc:date>2013-07-30T14:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537782#M482688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My final try:&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;[Max Review Season]-={$(=Accepted)},Type={'MT Pipeline'}&amp;gt;}Case)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 14:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537782#M482688</guid>
      <dc:creator />
      <dc:date>2013-07-30T14:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537783#M482689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bah - good try James, I thought you'd cracked it, but then saw a record with 'Accepted' pulling through!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 15:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537783#M482689</guid>
      <dc:creator />
      <dc:date>2013-07-30T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537784#M482690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;might have to get an example document up... set expressions are always an exercise in frustration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 15:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537784#M482690</guid>
      <dc:creator />
      <dc:date>2013-07-30T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537785#M482691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What results do you get, if you try James Wallers or my proposals?&lt;/P&gt;&lt;P&gt;Please post an example, that makes helping a lot easier &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 15:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537785#M482691</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2013-07-30T15:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537786#M482692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys - apologies for not getting back to you - I managed to get this to work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I do have another problem and wondered if anyone could help - I have an expression in a straight line table ONLY({$&amp;lt;Type = {'Hire Reject'}&amp;gt;}User), yet I want to move this to be a calculated dimension - however, when i do this, I receive the result //error in calculated dimension - even though it works as an expression...this is driving me nuts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 06:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537786#M482692</guid>
      <dc:creator />
      <dc:date>2013-12-11T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help!  Does Not Equal in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537787#M482693</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aggr(If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Type = 'Hire Reject', &lt;/SPAN&gt;User), User, Type)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;just use Type = 'Hire Reject' in all you expressions in chart, calculated dimension has performance issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 07:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Does-Not-Equal-in-Set-Analysis/m-p/537787#M482693</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-11T07:15:02Z</dc:date>
    </item>
  </channel>
</rss>

