<?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: Rolling 12 months Sum in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519525#M106282</link>
    <description>&lt;P&gt;Thanks for your reply SW.&lt;/P&gt;
&lt;P&gt;Sorry I should mention there are some extra challenges in my dataset.&lt;/P&gt;
&lt;P&gt;Firstly, the dataset is in a random order of period.&lt;/P&gt;
&lt;P&gt;Secondly, there could be more than 1 row for each period and I need to sum them up.&lt;/P&gt;
&lt;P&gt;Attached is an updated sample of my dataset.&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 20:24:21 GMT</pubDate>
    <dc:creator>ChloeA</dc:creator>
    <dc:date>2025-05-29T20:24:21Z</dc:date>
    <item>
      <title>Rolling 12 months Sum</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519386#M106245</link>
      <description>&lt;P&gt;I have a dataset with the premium and paid amount in each month. I want to show the rolling 12 months sum of the premium and paid in a table on QLik. Does anyone know how to do it? Thanks.&lt;/P&gt;
&lt;P&gt;I have attached a excel with a sample of my dataset on tab "Dataset" and my desired Qlik table on tab "QLik Dashboard".&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 19:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519386#M106245</guid>
      <dc:creator>ChloeA</dc:creator>
      <dc:date>2025-05-28T19:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 months Sum</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519392#M106248</link>
      <description>&lt;P&gt;try&lt;BR /&gt;RangeSum(Above(Sum({&amp;lt;Period,dimension={'Paid'}&amp;gt;}value),0,12))&lt;BR /&gt;and&lt;BR /&gt;RangeSum(Above(Sum({&amp;lt;Period,dimension={'Premium'}&amp;gt;}value),0,12))&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 22:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519392#M106248</guid>
      <dc:creator>-SW-</dc:creator>
      <dc:date>2025-05-28T22:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 months Sum</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519525#M106282</link>
      <description>&lt;P&gt;Thanks for your reply SW.&lt;/P&gt;
&lt;P&gt;Sorry I should mention there are some extra challenges in my dataset.&lt;/P&gt;
&lt;P&gt;Firstly, the dataset is in a random order of period.&lt;/P&gt;
&lt;P&gt;Secondly, there could be more than 1 row for each period and I need to sum them up.&lt;/P&gt;
&lt;P&gt;Attached is an updated sample of my dataset.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 20:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519525#M106282</guid>
      <dc:creator>ChloeA</dc:creator>
      <dc:date>2025-05-29T20:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 months Sum</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519667#M106304</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;This is my sollution for you:&lt;/P&gt;&lt;P&gt;1 - Create a new Field named PeriodID&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Num#(Left(Period,4))*12) + Num#(Right(Period,2)) as PeriodID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 - Create a table&amp;nbsp;&lt;STRONG&gt;with only one dimension Period&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 - Check my attachments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 01:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2519667#M106304</guid>
      <dc:creator>rafaelencinas</dc:creator>
      <dc:date>2025-06-02T01:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 months Sum</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2520029#M106353</link>
      <description>&lt;P&gt;Sorry I could not open the qvf file. Is it possible to share the formula here?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 20:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2520029#M106353</guid>
      <dc:creator>ChloeA</dc:creator>
      <dc:date>2025-06-03T20:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 months Sum</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2520030#M106354</link>
      <description>&lt;P&gt;Sure!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Accumulation 12 Months Paid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({&amp;lt;dimension={'Paid'}&amp;gt;} value),0,12))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Accumulation 12 Months Premium&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({&amp;lt;dimension={'Premium'}&amp;gt;} value),0,12))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 21:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-12-months-Sum/m-p/2520030#M106354</guid>
      <dc:creator>rafaelencinas</dc:creator>
      <dc:date>2025-06-03T21:03:28Z</dc:date>
    </item>
  </channel>
</rss>

