<?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 13 months data calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310806#M1193000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; can u give me sample data i will try out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 12:08:38 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2011-06-22T12:08:38Z</dc:date>
    <item>
      <title>Rolling 13 months data calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310805#M1192999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview. My requirement is to show a chart with months on X axis and four measures on Y axis.&lt;/P&gt;&lt;P&gt;But I need to show rolling 13 months on X axis which should vary as per user selection.&lt;/P&gt;&lt;P&gt;i.e. from list box of monthyear if user selects May2010 then on X axis of chart months from Apr2010 to Apr2009 should get displayed.&lt;/P&gt;&lt;P&gt;I am not much familier with how to write script.&lt;/P&gt;&lt;P&gt;Please guide me in this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310805#M1192999</guid>
      <dc:creator />
      <dc:date>2011-06-22T12:02:17Z</dc:date>
    </item>
    <item>
      <title>Rolling 13 months data calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310806#M1193000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; can u give me sample data i will try out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310806#M1193000</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-06-22T12:08:38Z</dc:date>
    </item>
    <item>
      <title>Rolling 13 months data calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310807#M1193002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I cannot give you the data &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;P&gt;But I can tell you table structure.&lt;/P&gt;&lt;P&gt;Date table and Fact table are joined on 'DateKEY' which is lowest level in date table.&lt;/P&gt;&lt;P&gt;User has to select one date to run the report.&lt;/P&gt;&lt;P&gt;Then report need to show data from fact table for rolling 13 months as I explained in my original post.&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310807#M1193002</guid>
      <dc:creator />
      <dc:date>2011-06-22T12:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 months data calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310808#M1193003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the attached QVW.&amp;nbsp; Hope, it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 15:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310808#M1193003</guid>
      <dc:creator />
      <dc:date>2011-06-22T15:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 months data calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310809#M1193005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narasimha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you answer.&lt;/P&gt;&lt;P&gt;This is what I wanted.&lt;/P&gt;&lt;P&gt;But could you please let me know now if I want to use database data instead of inline data, what changes are needed in this?&lt;/P&gt;&lt;P&gt;I am new to it, please let me know.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 05:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310809#M1193005</guid>
      <dc:creator />
      <dc:date>2011-06-23T05:00:34Z</dc:date>
    </item>
    <item>
      <title>Rolling 13 months data calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310810#M1193006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; H Rohit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the format of the date, you should tweak the Load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Narasimha K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 08:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310810#M1193006</guid>
      <dc:creator />
      <dc:date>2011-06-23T08:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 13 months data calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310811#M1193008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Narasimha, I had the same requirement and it worked for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 21:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-13-months-data-calculation/m-p/310811#M1193008</guid>
      <dc:creator />
      <dc:date>2016-02-09T21:56:19Z</dc:date>
    </item>
  </channel>
</rss>

