<?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: Sum: exclude dimension null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11782#M787202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I marked "Correct answer". Is it closed now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2018 11:23:25 GMT</pubDate>
    <dc:creator>edemerdjieva</dc:creator>
    <dc:date>2018-02-26T11:23:25Z</dc:date>
    <item>
      <title>Sum: exclude dimension null values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11778#M787198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart that displays total of sales by business unit for a marketing campaign. In the data set there are sales which are not concerned by the marketing campaing. So I need to exclude these sales from the KPI calculation. This is the equivalent of "Delete null value" option of a dimension. However, I don't have the dimension in question &lt;SPAN style="font-size: 13.3333px;"&gt;in the chart.&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;Is there a way to do this in Set Analysis?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194556_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/194557_Capture2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the expression of the total sales amount (CA Net TTC):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(Sum(TOTAL &amp;lt;Ticket&amp;gt; [CA Net TTC Devise Support]),Ticket,[Code Action marketing]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your advice!&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/Sum-exclude-dimension-null-values/m-p/11778#M787198</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum: exclude dimension null values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11779#M787199</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;just add a set analysis on the last Sum to exclude the values you want, like this:&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;Field-={'values to exclude'}&amp;gt;}&amp;nbsp; Aggr(Sum(TOTAL &amp;lt;Ticket&amp;gt; [CA Net TTC Devise Support]),Ticket,[Code Action marketing]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11779#M787199</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-26T11:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sum: exclude dimension null values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11780#M787200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Youssef!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;[Code Action marketing]-=''&amp;gt;} &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11780#M787200</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2018-02-26T11:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sum: exclude dimension null values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11781#M787201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to close the thread by marking correct and helpul answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11781#M787201</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-26T11:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sum: exclude dimension null values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11782#M787202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I marked "Correct answer". Is it closed now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11782#M787202</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2018-02-26T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sum: exclude dimension null values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11783#M787203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is in green &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-exclude-dimension-null-values/m-p/11783#M787203</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-26T12:33:31Z</dc:date>
    </item>
  </channel>
</rss>

