<?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 can any one tell me difference between aggregation and range sum? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701914#M1057883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz any one share the answer..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 12:43:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-10T12:43:44Z</dc:date>
    <item>
      <title>can any one tell me difference between aggregation and range sum?</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701914#M1057883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz any one share the answer..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701914#M1057883</guid>
      <dc:creator />
      <dc:date>2014-10-10T12:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: can any one tell me difference between aggregation and range sum?</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701915#M1057884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Range sum return the sum of more values, it is useful because automatically discard null or strings so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rangesum(1,4,null(), 'ANC') returns 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr function is a completely different function, it aggregates more values with the same value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701915#M1057884</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-10T12:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: can any one tell me difference between aggregation and range sum?</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701916#M1057885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggregation is used to aggregate values across different dimensions.&lt;/P&gt;&lt;P&gt;Eg: Aggr(Sum(Sales),Month,Country)&lt;/P&gt;&lt;P&gt;Sales is aggregated at Month and Country level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum is used to calculate sum of range of values.&lt;/P&gt;&lt;P&gt;Eg: Rangesum(1,5,10)&amp;nbsp; gives 1+5+10=16&lt;/P&gt;&lt;P&gt;Rangesum(Above(Sum(Sales),0,5) returns sum(Sales) of above 5 rows from the current row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701916#M1057885</guid>
      <dc:creator />
      <dc:date>2014-10-10T12:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: can any one tell me difference between aggregation and range sum?</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701917#M1057886</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;rangesum:&lt;/P&gt;&lt;P&gt;Returns the &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;sum&lt;/SPAN&gt; of a &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;range&lt;/SPAN&gt; of 1 to N arguments. As opposed to the &lt;SPAN style="font-size: 11pt; font-weight: bold;"&gt;+&lt;/SPAN&gt; operator, &lt;SPAN style="font-weight: bold;"&gt;rangesum&lt;/SPAN&gt; will treat all non-numeric values as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggregation sum:&lt;/P&gt;&lt;P&gt;Returns the sum of &lt;SPAN style="font-style: italic;"&gt;expression&lt;/SPAN&gt; over a&amp;nbsp; number of records as defined by a &lt;SPAN style="font-weight: bold;"&gt;group by&lt;/SPAN&gt; clause. If the word distnict&lt;BR /&gt;occurs before the expression, all duplicates will be disregarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-tell-me-difference-between-aggregation-and-range-sum/m-p/701917#M1057886</guid>
      <dc:creator>maternmi</dc:creator>
      <dc:date>2014-10-10T12:51:43Z</dc:date>
    </item>
  </channel>
</rss>

