<?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 3 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20433#M768795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you have duplicates, but if you select in Platform_Name instead of Platform Name, it works, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205075_Capture.PNG" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2018 14:13:04 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-13T14:13:04Z</dc:date>
    <item>
      <title>Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20426#M768788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In my attached qv file , i have loaded 2 files and joined them with a Key as per my present DB scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is simple...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my 2nd Expression(Line Diagram), i have used Rangesum and Below functions to get the rolling 3 months value..However, For month of May'17 &amp;amp; Jun'17.. it calculates for 2 months and 1 month respectively (I understand this calculation happens due to the dimension that i have used).. But i do have values (Fcst_Qty) till Month of Dec'17 in other table.. Can we still calculate the Fcst_Qty (rolling 3 months) for May'17 and Jun'17 (Till Apr'17, rolling 3 months numbers are perfect)??&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Right now in my DB, for May&amp;nbsp; it is 24, Jun it is 23.. But the right number should be&lt;STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;46 for May'17 and 112 for Jun'17&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Thanks!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20426#M768788</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20427#M768789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month_Name&lt;/STRONG&gt; (instead of Month Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Qty)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Qty) &amp;lt;&amp;gt; 0, RangeSum(Below(sum(Fcst_Qty),0,3)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205024_Capture.PNG" style="height: 358px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20427#M768789</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T11:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20428#M768790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the reply. This is possibly a solution where you changed the dimension tweaked the expression. Is there a way to acheive this without changing the dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20428#M768790</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-06-13T11:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20429#M768791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe so... unless you make changes in the script... your table looks like this right now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205055_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Future Fcst_Qty are associated with null Month Name... either fix that in the script or use Month_Name (which is already fixed)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20429#M768791</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20430#M768792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Possibly the right approach is to change the dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help. Have a gr8 rest of your day &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20430#M768792</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-06-13T11:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20431#M768793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks buddy and you too!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20431#M768793</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T11:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20432#M768794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another strange issue. I tried adding one more to platform name to the earlier data (Platform name as "DEF").. Now when I try selecting a platform name, numbers for May and Jun is not calculated for rolling 3 months.. Attached is the QV file and source files..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 14:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20432#M768794</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-06-13T14:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20433#M768795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you have duplicates, but if you select in Platform_Name instead of Platform Name, it works, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205075_Capture.PNG" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 14:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20433#M768795</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T14:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20434#M768796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works as expected. thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 14:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-3-months/m-p/20434#M768796</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-06-13T14:17:49Z</dc:date>
    </item>
  </channel>
</rss>

