<?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: 3 month moving/rolling average in text box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669466#M474729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2014 00:38:27 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2014-08-29T00:38:27Z</dc:date>
    <item>
      <title>3 month moving/rolling average in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669465#M474728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible? Usually the rolling averages are shown inside graphs where dimension is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangeavg(above(sum(Sales),0,3) - how could I define it such that it shows the 3 month average of the current month or week inside a textbox? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 09:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669465#M474728</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-08-28T09:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: 3 month moving/rolling average in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669466#M474729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 00:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669466#M474729</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-08-29T00:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: 3 month moving/rolling average in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669467#M474730</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;Try like this if you have datefield in your app&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;"&gt;=(Sum({&amp;lt;MonthDimensionName=, QuarterDimensionName=, YearDimensionName=, DateDimensionName={'&amp;gt;=$(=MonthStart(Max(DateDimensionName), -2))&amp;lt;=$(=MonthEnd(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DateDimensionName&lt;/SPAN&gt;)))'}&amp;gt;}Sales))/3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthDimensionName, QuarterDimensionName, YearDimensionName and DateDimensionName with your actual field names.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 02:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669467#M474730</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-29T02:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: 3 month moving/rolling average in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669468#M474731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample using a Date Calendar . I use a month index&amp;nbsp; 1...n&amp;nbsp; to define the months in sequential order from oldest to most recent month in the data.&amp;nbsp; The set analysis is then very straightforward.&amp;nbsp; For a 3 month average:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt;MonthIndex = {'&amp;gt;$(=vMaxMonthIndex-3)'}&amp;gt;}&amp;nbsp; Sales)&amp;nbsp; / 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 02:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/3-month-moving-rolling-average-in-text-box/m-p/669468#M474731</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-29T02:37:40Z</dc:date>
    </item>
  </channel>
</rss>

