<?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 Month with Aggr on two dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1836503#M69115</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149632"&gt;@Jahnavi1191&lt;/a&gt;&amp;nbsp; could you please elaborate? What is the expected output you need? If you could create excel file with expected output will be helpful&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2021 22:55:38 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2021-09-15T22:55:38Z</dc:date>
    <item>
      <title>Rolling 3 Month with Aggr on two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1836495#M69113</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to show Rolling 3 Months (Offset of 1 month i.e in Sept show: Jun+Jul+ Aug). The calculated is to be made at Parent ID level and by month but displayed by Child Id, Parent ID and Month like screenshot attcached. I was able to go through a lot of posts and this formula works when I have 1 or more selections but by default it shows NULL . Kindly help me with the right formula .&lt;/P&gt;&lt;P&gt;Formula I am using:&amp;nbsp;&amp;nbsp;Aggr( RangeSum(Above(Sum([Job Count]), 1, 3)), [Year Month])&lt;/P&gt;&lt;P&gt;#aggr #pivot #Set&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;Could really use your help here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 14:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1836495#M69113</guid>
      <dc:creator>Jahnavi1191</dc:creator>
      <dc:date>2021-09-16T14:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 Month with Aggr on two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1836503#M69115</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149632"&gt;@Jahnavi1191&lt;/a&gt;&amp;nbsp; could you please elaborate? What is the expected output you need? If you could create excel file with expected output will be helpful&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 22:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1836503#M69115</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-09-15T22:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 Month with Aggr on two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1836709#M69133</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;: Thank you for checking this, The output excel is attached to the post. Here is the excel version, for April I want to show jobs by Jan + Feb + March calaculate at Parent ID level.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 14:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1836709#M69133</guid>
      <dc:creator>Jahnavi1191</dc:creator>
      <dc:date>2021-09-16T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 Month with Aggr on two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1837070#M69165</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149632"&gt;@Jahnavi1191&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=sum(aggr(rangesum(above(sum([Jobs by Month]),1,3)),[Parent ID], (YearMonth,(NUMERIC,ASCENDING))))&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 17 Sep 2021 14:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1837070#M69165</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-09-17T14:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 3 Month with Aggr on two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1837228#M69182</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/37120"&gt;@jahnavi11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in other way, Create a as-of Calendar and link every month in master to previous three months in as-of calendar like below.&lt;/P&gt;&lt;P&gt;Master Calender&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; As-of Calendar&lt;/P&gt;&lt;P&gt;Jan21&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Apr21&lt;/P&gt;&lt;P&gt;Feb21&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Apr21&lt;/P&gt;&lt;P&gt;Mar21&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Apr21&lt;/P&gt;&lt;P&gt;Feb21&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;May21&lt;/P&gt;&lt;P&gt;Mar21&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;May21&lt;/P&gt;&lt;P&gt;Apr21&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;May21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use the As-of calendar - Year month column for the same expression, it will calculate for&amp;nbsp; rolling previous three months and absolute numbers for Master Calendar numbers.&lt;/P&gt;&lt;P&gt;please below screenshot except you have to map previous three months instead&amp;nbsp; of equivalent+previous 2 months.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kishore3k_0-1631942229489.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62242i48194FC371A5B611/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kishore3k_0-1631942229489.png" alt="kishore3k_0-1631942229489.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 06:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-3-Month-with-Aggr-on-two-dimensions/m-p/1837228#M69182</guid>
      <dc:creator>kishore3k</dc:creator>
      <dc:date>2021-09-18T06:06:44Z</dc:date>
    </item>
  </channel>
</rss>

