<?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 12 Mths In Script or Expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321162#M460704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data running back around 4 or 5 years.&amp;nbsp; I want to show the rolling 12 month totals for a measure for the last 15 months.&amp;nbsp; I have a pretty standard Calendar Script, and can get this working to a point, however the aggregation is correct for the most recent month but then wrong by increasing measure for each month backwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to replicate the table below from Excel, again suspect will have to use a pivot table, hence cant use Accumulation to my knowledge?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV Query.JPG" class="jive-image image-1" src="/legacyfs/online/160097_QV Query.JPG" style="width: 778px; height: 114px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Apr 2017 09:54:06 GMT</pubDate>
    <dc:creator>dmac1971</dc:creator>
    <dc:date>2017-04-14T09:54:06Z</dc:date>
    <item>
      <title>Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321162#M460704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data running back around 4 or 5 years.&amp;nbsp; I want to show the rolling 12 month totals for a measure for the last 15 months.&amp;nbsp; I have a pretty standard Calendar Script, and can get this working to a point, however the aggregation is correct for the most recent month but then wrong by increasing measure for each month backwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to replicate the table below from Excel, again suspect will have to use a pivot table, hence cant use Accumulation to my knowledge?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV Query.JPG" class="jive-image image-1" src="/legacyfs/online/160097_QV Query.JPG" style="width: 778px; height: 114px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 09:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321162#M460704</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2017-04-14T09:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321163#M460705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rangesum(before(total sum(yourmeasure)),0,12)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 09:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321163#M460705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-14T09:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321164#M460706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 10:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321164#M460706</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-14T10:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321165#M460707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have skimmed through a number of posts including what you linked and haven't found what I'm looking for.&amp;nbsp; Robin that expression is not returing correct result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 10:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321165#M460707</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2017-04-14T10:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321166#M460708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so please post a small inline example or a sample excel input file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 10:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321166#M460708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-14T10:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321167#M460709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only provide screenshot, you might not get answer ever after long time. &lt;BR /&gt;Provide proper sample data and your expected output.&lt;/P&gt;&lt;P&gt;We will try to help you out on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 10:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321167#M460709</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-14T10:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321168#M460710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes accept that, however its not always possible to share data.&amp;nbsp; Will mock something up to see if I can get across what I am trying to achieve, thanks for your help so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 11:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321168#M460710</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2017-04-14T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321169#M460711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I also accept that its not always possible to share data. But it's always possible to create dummy data accordingly to our applications and share here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 12:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321169#M460711</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-14T12:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Mths In Script or Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321170#M460712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no example --&amp;gt; no solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 12:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Mths-In-Script-or-Expression/m-p/1321170#M460712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-14T12:39:26Z</dc:date>
    </item>
  </channel>
</rss>

