<?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: Fornightly Moving Average in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fornightly-Moving-Average/m-p/123402#M8560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete this duplicate thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(IsNull("Tasa Otros"),null(),RangeAvg(Above(Count("Tasa Otros"),0,rowno())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2018 08:42:13 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-09-13T08:42:13Z</dc:date>
    <item>
      <title>Fornightly Moving Average</title>
      <link>https://community.qlik.com/t5/App-Development/Fornightly-Moving-Average/m-p/123400#M8558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Well, I need to create an expression that calculates a fornightly moving average.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm attaching an Excel file with the data I have in another Excel file and the data I have in one pivot table in Qlikview.&lt;/P&gt;&lt;P&gt;&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;I need to calculate the moving average for every single day using the data I have from the latest ten days in the "Tasa Otros" column (expression).&lt;BR /&gt;I have used this formula:&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;RangeAvg(Above("Tasa Otros",0,10))&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;but the result is wrong.&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;I created my pivot table with three dimensions: Año (Year), Mes (Month) and Día (Day)&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;But for holidays and weekends, the value for "Tasa Otros" is null.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So I used the next formula:&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;IF(IsNull("Tasa Otros"),null(),RangeAvg(Above("Tasa Otros",0,10)))&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;but, it didn't work too.&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;Please, help me!!!&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope you'll understand what I'm asking for&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 22:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fornightly-Moving-Average/m-p/123400#M8558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-12T22:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fornightly Moving Average</title>
      <link>https://community.qlik.com/t5/App-Development/Fornightly-Moving-Average/m-p/123401#M8559</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&gt;=RangeAvg(Above(Count("Tasa Otros"),0,10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 08:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fornightly-Moving-Average/m-p/123401#M8559</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-13T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fornightly Moving Average</title>
      <link>https://community.qlik.com/t5/App-Development/Fornightly-Moving-Average/m-p/123402#M8560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete this duplicate thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(IsNull("Tasa Otros"),null(),RangeAvg(Above(Count("Tasa Otros"),0,rowno())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 08:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fornightly-Moving-Average/m-p/123402#M8560</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-13T08:42:13Z</dc:date>
    </item>
  </channel>
</rss>

