<?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 What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3)) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792694#M280165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))&lt;/P&gt;&lt;P&gt;Plz tell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Dec 2014 12:35:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-27T12:35:23Z</dc:date>
    <item>
      <title>What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792694#M280165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))&lt;/P&gt;&lt;P&gt;Plz tell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 12:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792694#M280165</guid>
      <dc:creator />
      <dc:date>2014-12-27T12:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792695#M280166</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;RangeAvg is ths Aggregate function and it is used for calculate the average of the expression of current row. But it is calculate the average of Sum([Billing Sales Amount_NETWR]) above 2 rows of the given table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 13:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792695#M280166</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-27T13:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792696#M280167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will sum the 3 previous value of&amp;nbsp; Billing salesamount_Netwr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example you have data like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID,Billing salesamount_Netwr&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;2,200&lt;/P&gt;&lt;P&gt;3,300&lt;/P&gt;&lt;P&gt;then it will give you 600 as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or for more clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID,Billing salesamount_Netwr&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;1,300&lt;/P&gt;&lt;P&gt;2,200&lt;/P&gt;&lt;P&gt;2 200&lt;/P&gt;&lt;P&gt;3,300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&amp;nbsp; sumof Billing salesamount_Netwr give you below result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.400&amp;nbsp; ----------------------&amp;gt;&amp;nbsp; sum of ID=1 amount(100+300)&lt;/P&gt;&lt;P&gt;2.400------------------------&amp;gt;&amp;nbsp;&amp;nbsp; sum of&amp;nbsp; ID=2 amount(200+200)&lt;/P&gt;&lt;P&gt;3.300------------------------&amp;gt;&amp;nbsp;&amp;nbsp; sum of&amp;nbsp; ID=3 amount(300)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/686439#686439" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;will give you below result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.400 ----------------------&amp;gt; sum of&amp;nbsp; current amount+ 2 previous amount i.e for ID (400+0+0) as no 1+2 previous value&lt;/P&gt;&lt;P&gt;2.800&amp;nbsp;&amp;nbsp; ----------------------&amp;gt; sum of&amp;nbsp; current amount+ 2 previous amount i.e for ID (400+400+0) as no 2 previous value&lt;/P&gt;&lt;P&gt;3.1100 ----------------------&amp;gt; sum of&amp;nbsp; current amount+ 2 previous amount i.e for ID (300+400+400)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 14:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792696#M280167</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-27T14:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792697#M280168</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;Assume this example for the RangeSum and RangeAvg explanation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Sample_Int:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; Month, Sales&lt;BR /&gt; Jan-09, 55&lt;BR /&gt; Feb-09, 39&lt;BR /&gt; Mar-09, 33&lt;BR /&gt; Apr-09, 56&lt;BR /&gt; May-09, 55&lt;BR /&gt; Jun-09, 70&lt;BR /&gt; Jul-09, 57&lt;BR /&gt; Aug-09, 29&lt;BR /&gt; Sep-09, 34&lt;BR /&gt; Oct-09, 41&lt;BR /&gt; Nov-09, 12&lt;BR /&gt; Dec-09, 11&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the front end take&lt;/P&gt;&lt;P&gt;Dim:- Month&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Expre:- =&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;RangeAvg&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),0,3)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;And Out put you get&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 317px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="43"&gt;Month&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="202"&gt;RangeAvg(above(Sum(Sales),0,3))&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="72"&gt;Sum(Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Jan-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;55.00&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Feb-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;47.00&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;39&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Mar-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;42.33&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Apr-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;42.67&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;May-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;48.00&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Jun-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;60.33&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Jul-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;60.67&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;57&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Aug-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;52.00&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Sep-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;40.00&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Oct-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;34.67&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Nov-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;29.00&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Dec-09&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;21.33&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;RangeAvg&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),0,3))&amp;nbsp; this calculates the Range average below 3 rows &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;For Jan-09 (55)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;For Feb-09 (55, 39)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;For Mar-09 (55,39,33)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;For Apr-09 (39,33,56)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Till this ways&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 16:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792697#M280168</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-27T16:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792698#M280169</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;rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above expression calculates avg of rolling n months of&amp;nbsp; Billingsales,0 value means current row and 3 means counting from current to updwards 3 rows are taken into consideration to calculate avg of range specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to below link for rolling n months example,which can be implemented for any RangeXXX functions:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252"&gt;http://community.qlik.com/docs/DOC-4252&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 20:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792698#M280169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-27T20:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the means by rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792699#M280170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; rangeavg(above(Sum([Billing Sales Amount_NETWR]),0,3))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; means:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Take the current Row &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Billing Sales Amount_NETWR] and TWO(2) rows above the current position (to make 3 rows in total) and then compute the Average based on the SUM of them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ie:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;10&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;20 X if this is the current position, it will do average of 20 + 10 /2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;30&amp;nbsp; X if this the current position, it will do average of 30+20+10 /3 &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;40&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Dec 2014 07:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-means-by-rangeavg-above-Sum-Billing-Sales-Amount/m-p/792699#M280170</guid>
      <dc:creator />
      <dc:date>2014-12-28T07:37:29Z</dc:date>
    </item>
  </channel>
</rss>

