<?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: Periodic calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627565#M678033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works fine when data is stored one month after the other.&lt;/P&gt;&lt;P&gt;But this is not the case, so I have to specify in the script X month - (X-1)Month, so I can get the Year to Date data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankssss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 11:23:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-27T11:23:29Z</dc:date>
    <item>
      <title>Periodic calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627563#M678031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate periodic data in qlikview script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that data is stored in the data base in an acumulative way, so there is no periodic data in it. Therefore it is impossible to get periodic data directly from the data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea is to create a new dimension in the script in which I can store the calculation of: (month X data) - (month (X-1) data), but I really don´t know if this is the best solution and even if it´s so, how to implement it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could help I would appreciate it¡&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 10:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627563#M678031</guid>
      <dc:creator />
      <dc:date>2014-05-26T10:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627564#M678032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Load *, Data-Peek('Data') as SplitData Inline [&lt;/P&gt;
&lt;P&gt;Month, Data&lt;/P&gt;
&lt;P&gt;Jan, 10&lt;/P&gt;
&lt;P&gt;Feb, 20&lt;/P&gt;
&lt;P&gt;Mar, 40&lt;/P&gt;
&lt;P&gt;Apr, 100&lt;/P&gt;
&lt;P&gt;May, 120&lt;/P&gt;
&lt;P&gt;Jun, 150&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 10:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627564#M678032</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-26T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627565#M678033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works fine when data is stored one month after the other.&lt;/P&gt;&lt;P&gt;But this is not the case, so I have to specify in the script X month - (X-1)Month, so I can get the Year to Date data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankssss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 11:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627565#M678033</guid>
      <dc:creator />
      <dc:date>2014-05-27T11:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627566#M678034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, otherwise you have to use &lt;STRONG&gt;Order By&lt;/STRONG&gt; caluse to sort it accordinly and apply the same logic on sorted data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 11:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627566#M678034</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-27T11:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627567#M678035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if there is more than 1 record per month in the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 14:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Periodic-calculation/m-p/627567#M678035</guid>
      <dc:creator />
      <dc:date>2014-05-27T14:04:14Z</dc:date>
    </item>
  </channel>
</rss>

