<?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: Aggregate excluded values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832039#M469189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;SPAN style="color: #ff0000;"&gt;Stdev&lt;/SPAN&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{$&amp;lt;Week=E([Year Week]), SKU=P(SKU) &amp;gt;} &lt;/SPAN&gt;Aggr(Sum({$&amp;lt;Week=E([Year Week]), SKU=P(SKU) &amp;gt;}Sales), SKU, Week))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 18:17:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-20T18:17:44Z</dc:date>
    <item>
      <title>Aggregate excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832036#M469186</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 am trying to sum sales for the time period that is not selected. I would like to sum the sales by week and display in a table with SKU number and the sum of sales. However, I am not getting a null output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;aggr(&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Week=E([Year Week]), SKU=P(SKU) &amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;,&amp;nbsp; SKU, Week)), &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832036#M469186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-20T18:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832037#M469187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$&amp;lt;Week=E([Year Week]), SKU=P(SKU) &amp;gt;} &lt;/SPAN&gt;Aggr(Sum({$&amp;lt;Week=E([Year Week]), SKU=P(SKU) &amp;gt;}Sales), SKU, Week))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832037#M469187</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T18:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832038#M469188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works! Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if I wanted to take the standard deviation of the sales for each of the weeks, how would I go about writing the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832038#M469188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-20T18:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate excluded values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832039#M469189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;SPAN style="color: #ff0000;"&gt;Stdev&lt;/SPAN&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{$&amp;lt;Week=E([Year Week]), SKU=P(SKU) &amp;gt;} &lt;/SPAN&gt;Aggr(Sum({$&amp;lt;Week=E([Year Week]), SKU=P(SKU) &amp;gt;}Sales), SKU, Week))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-excluded-values/m-p/832039#M469189</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T18:17:44Z</dc:date>
    </item>
  </channel>
</rss>

