<?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: exclude 2 values doesn't include all minus the 2 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176748#M381862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx, this worked perfect!!&lt;/P&gt;&lt;P&gt;i'll also look into your tip using the e() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 10:53:02 GMT</pubDate>
    <dc:creator>chriscools</dc:creator>
    <dc:date>2016-06-13T10:53:02Z</dc:date>
    <item>
      <title>set analysis: exclude 2 values doesn't include all minus the 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176745#M381859</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;i need to separate a salesamount by 2 groups of customers:&lt;/P&gt;&lt;P&gt;group 1 = sum(&amp;nbsp; {&amp;lt; WholesaleCustomerSegmentationLevel1 = {"Shop-in-Shop","eigen winkels"} &amp;gt;}&amp;nbsp; OrderPriceUnitNet * OrderQty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and group 2 is everything excluded by the first group and i added a minus to the set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&amp;nbsp; {&amp;lt; WholesaleCustomerSegmentationLevel1 -= {"Shop-in-Shop","eigen winkels"} &amp;gt;}&amp;nbsp;&amp;nbsp; OrderPriceUnitNet * OrderQty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i subtract these 2 numbers it's less than the total amount.&lt;/P&gt;&lt;P&gt;I found out it comes from the field "WholesaleCustomerSegmentationLevel1" which is empty for some customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i adapt the set analysis to give me anything excluding group 1 also taking into account the empty fields for those customers? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 10:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176745#M381859</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2016-06-13T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis: exclude 2 values doesn't include all minus the 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176746#M381860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&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;= sum(&amp;nbsp; {&lt;STRONG&gt;$ -&lt;/STRONG&gt; &amp;lt; WholesaleCustomerSegmentationLevel1 = {"Shop-in-Shop","eigen winkels"} &amp;gt;}&amp;nbsp; OrderPriceUnitNet * OrderQty)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 10:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176746#M381860</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T10:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis: exclude 2 values doesn't include all minus the 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176747#M381861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or create a field modifier on a key field using e() function:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe like&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;sum(&amp;nbsp; {&amp;lt; OrderID = e({&amp;lt;WholesaleCustomerSegmentationLevel1 = {"Shop-in-Shop","eigen winkels"} &amp;gt;}&amp;nbsp; ) &amp;gt;} OrderPriceUnitNet * OrderQty)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 10:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176747#M381861</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T10:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis: exclude 2 values doesn't include all minus the 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176748#M381862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx, this worked perfect!!&lt;/P&gt;&lt;P&gt;i'll also look into your tip using the e() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 10:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-exclude-2-values-doesn-t-include-all-minus-the-2/m-p/1176748#M381862</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2016-06-13T10:53:02Z</dc:date>
    </item>
  </channel>
</rss>

