<?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: Development on Rolling Period - Creating future periods doesn't exist in data loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092861#M363317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated your QVW file with &lt;A _jive_internal="true" href="https://community.qlik.com/people/gwassenaar"&gt;Gysbert's &lt;/A&gt;‌mentioned updates in case you were having trouble doing this (and in the process learnt a new way to create the AsOfTable myself.) Thanks Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AsOfMonth:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load 'Current' as Type,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonthID as YearMonthID_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonth as YearMonth_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DataMonthYear as DataMonthYear_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonthID as YearMonthID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident MasterCalendar;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (AsOfMonth)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load 'Rolling 3' as Type,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonthID as YearMonthID_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonth as YearMonth_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Date(AddMonths(DataMonthYear, IterNo() - 1)) as DataMonthYear_AsOf,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;YearMonthID as YearMonthID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident MasterCalendar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;while IterNo() &amp;lt;= 3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="123849" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123849_Capture.PNG" style="height: 119px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 May 2016 09:08:49 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-07T09:08:49Z</dc:date>
    <item>
      <title>Development on Rolling Period - Creating future periods doesn't exist in data loading</title>
      <link>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092857#M363313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to implement something that I can't find as a solution in the community relative to the great post of &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&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;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is to have even the future period that not exists in the data loading depending on the "Rolling Period" chosen.&lt;/P&gt;&lt;P&gt;I mean that if I have this state loadment&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SalesData:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Item, Amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/12/2014, A, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/11/2014, A, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/01/2015, B, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My target will be not only to display the Sum of the 3 previous MonthYear for every existing MonthYear, like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="123843" alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/123843_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="123845" alt="" class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/123845_pastedImage_6.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;but even &lt;STRONG&gt;feb-15=15&lt;/STRONG&gt; and &lt;STRONG&gt;mar-15=10.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it clear my goal? Do you think that could be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filiberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 05:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092857#M363313</guid>
      <dc:creator>caccio88</dc:creator>
      <dc:date>2016-05-07T05:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Development on Rolling Period - Creating future periods doesn't exist in data loading</title>
      <link>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092858#M363314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Certainly. Just adjust the way you generate the AsOfMonth table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;AsOfMonth:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: verdana, geneva; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; + &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IterNo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;() -1 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Month_AsOf,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="color: #800000; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: verdana, geneva; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Resident&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; SalesData&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: verdana, geneva; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;while&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IterNo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;() &amp;lt;= 3;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 05:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092858#M363314</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-07T05:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Development on Rolling Period - Creating future periods doesn't exist in data loading</title>
      <link>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092859#M363315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ for your help.&lt;/P&gt;&lt;P&gt;I think that yuor answer works when you don't have to manage changes of year. True?&lt;/P&gt;&lt;P&gt;Cause when 2014 year goes to 2015 year the "&lt;SPAN style="font-size: 13px; font-family: verdana, geneva; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IterNo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;() -1" doesn't work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;As you can see in my&amp;nbsp; qvw example attached I would like to solve that type of issue.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: verdana, geneva; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;SPAN lang="en" style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 06:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092859#M363315</guid>
      <dc:creator>caccio88</dc:creator>
      <dc:date>2016-05-07T06:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Development on Rolling Period - Creating future periods doesn't exist in data loading</title>
      <link>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092860#M363316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes and no. If you're not working with month numbers but dates then you use the AddMonths function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SalesData:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Date(Date#(Date,'DD/MM/YYYY'),'DD/MM/YYYY') as Month,Item, Amount INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Item, Amount&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/12/2014, A, 5&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/11/2014, A, 10&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/01/2015, B, 10&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AsOfMonth:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD DISTINCT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(&lt;STRONG&gt;AddMonths(&lt;/STRONG&gt;Date,&lt;STRONG&gt; IterNo()-1)&lt;/STRONG&gt;,'DD/MM/YYYY') as Month_AsOf,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesData&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHILE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IterNo() &amp;lt;=3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 06:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092860#M363316</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-07T06:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Development on Rolling Period - Creating future periods doesn't exist in data loading</title>
      <link>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092861#M363317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated your QVW file with &lt;A _jive_internal="true" href="https://community.qlik.com/people/gwassenaar"&gt;Gysbert's &lt;/A&gt;‌mentioned updates in case you were having trouble doing this (and in the process learnt a new way to create the AsOfTable myself.) Thanks Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AsOfMonth:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load 'Current' as Type,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonthID as YearMonthID_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonth as YearMonth_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DataMonthYear as DataMonthYear_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonthID as YearMonthID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident MasterCalendar;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (AsOfMonth)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load 'Rolling 3' as Type,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonthID as YearMonthID_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YearMonth as YearMonth_AsOf,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Date(AddMonths(DataMonthYear, IterNo() - 1)) as DataMonthYear_AsOf,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;YearMonthID as YearMonthID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident MasterCalendar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;while IterNo() &amp;lt;= 3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="123849" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123849_Capture.PNG" style="height: 119px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 09:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092861#M363317</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-07T09:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Development on Rolling Period - Creating future periods doesn't exist in data loading</title>
      <link>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092862#M363318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 09:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Development-on-Rolling-Period-Creating-future-periods-doesn-t/m-p/1092862#M363318</guid>
      <dc:creator>caccio88</dc:creator>
      <dc:date>2016-05-07T09:35:09Z</dc:date>
    </item>
  </channel>
</rss>

