<?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 Rolling/Moving averages in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-Moving-averages/m-p/142042#M21616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have a chart which shows a years worth of figure on a daily basis. There are downward spikes on this at the weekends. Is there a way in which this can be removed somehow, possibly by a rolling/moving average or by another method?&lt;/P&gt;&lt;P&gt;Any help or insight into this would be much appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;bc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2009 20:56:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-04-22T20:56:40Z</dc:date>
    <item>
      <title>Rolling/Moving averages</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Moving-averages/m-p/142042#M21616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have a chart which shows a years worth of figure on a daily basis. There are downward spikes on this at the weekends. Is there a way in which this can be removed somehow, possibly by a rolling/moving average or by another method?&lt;/P&gt;&lt;P&gt;Any help or insight into this would be much appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;bc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 20:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Moving-averages/m-p/142042#M21616</guid>
      <dc:creator />
      <dc:date>2009-04-22T20:56:40Z</dc:date>
    </item>
    <item>
      <title>Rolling/Moving averages</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Moving-averages/m-p/142043#M21617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well in your case you probably want to exclude the weekends, because those are not representative for the analysis, right ?&lt;/P&gt;&lt;P&gt;What I'd try is using a claculated dimension that would return null() (and suppress it) for all the weekends:&lt;/P&gt;&lt;P&gt;if(Weekday(myDate)&amp;gt;=5, null(), myDate)&lt;/P&gt;&lt;P&gt;Then you just check "suppress value when null()"&lt;/P&gt;&lt;P&gt;If you didn't want to exclude weekends, then you can build the Moving Average formula, using a combination of functions RangeAvg() and Above(), but those make the chart look funny sometimes...&lt;/P&gt;&lt;P&gt;good luck,&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 01:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Moving-averages/m-p/142043#M21617</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-04-23T01:00:22Z</dc:date>
    </item>
  </channel>
</rss>

