<?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 prior month comparison in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1922230#M75911</link>
    <description>&lt;P&gt;I had another go over the weekend and resorted to provisioning this via the load script.&lt;/P&gt;
&lt;P&gt;Basically for each record, calculating &amp;amp; appending values for previous month, quarter, year etc ...&lt;/P&gt;
&lt;P&gt;Am also thinking of pre-calculating the deltas in similar fashion,&amp;nbsp; in the hope of making the final app more performant at runtime ?&lt;/P&gt;
&lt;P&gt;More faff in the load, but I have found makes debugging a lot more transparent as you can see values with your own eyes at any level instead of relying upon messy set analysis formulas and crossing fingers.&lt;/P&gt;
&lt;TABLE width="351px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="2" width="122.225px"&gt;Original Data&lt;/TD&gt;
&lt;TD width="75.25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="58.525px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;Country&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;Region&lt;/TD&gt;
&lt;TD width="75.25px"&gt;Date&lt;/TD&gt;
&lt;TD width="58.525px"&gt;Sales&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;North&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-01-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;100&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&amp;nbsp;&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;South&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-01-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;10&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;North&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-02-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;1000&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;South&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-02-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;100&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="75.25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="58.525px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="3" width="197.475px"&gt;After Load Script Transformation&lt;/TD&gt;
&lt;TD width="58.525px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;Country&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;Region&lt;/TD&gt;
&lt;TD width="75.25px"&gt;Date&lt;/TD&gt;
&lt;TD width="58.525px"&gt;Sales&lt;/TD&gt;
&lt;TD width="94px"&gt;prev_month&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;North&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-01-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;100&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&amp;nbsp;&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;South&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-01-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;10&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;North&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-02-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;1000&lt;/TD&gt;
&lt;TD width="94px"&gt;100&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;South&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-02-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;100&lt;/TD&gt;
&lt;TD width="94px"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 15:29:56 GMT</pubDate>
    <dc:creator>simonB2020</dc:creator>
    <dc:date>2022-04-25T15:29:56Z</dc:date>
    <item>
      <title>Rolling prior month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1773473#M59899</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I have data stored at the fiscal day level, with a fiscal month field included. I'm trying to create a 4 column table to display fiscal month, product category, sum of qty, and sum of qty of the prior month.&lt;/P&gt;&lt;P&gt;So far i've only found answers on how to create a current-previous month metric, but that involves using a set analysis that results in a constant evaluation on the right side of the expression (ie. MONTH_NO = {$(=MAX(MONTH_NO)-1)}, when evaluated is: MONTH_NO = 11)&lt;/P&gt;&lt;P&gt;What I'm trying to do is create a metric where the right side of the set analysis is also a field, something along the lines of (MONTH_NO = MONTH_NO -1).&lt;/P&gt;&lt;P&gt;So in my table, For the row with month 12, i would display sum of qty for month 12 within the category, and then sum of qty for month 11 within the category.&lt;/P&gt;&lt;P&gt;For the row with Month 11, i would display sum of qty for month 11 within the category, and then sum of qty for month 10 within the category.&lt;/P&gt;&lt;P&gt;Is this rolling prior month calculation possible with set analysis?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1773473#M59899</guid>
      <dc:creator>HeyturnontheAC</dc:creator>
      <dc:date>2024-11-16T17:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling prior month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1773505#M59901</link>
      <description>&lt;P&gt;Check once Above() function in Qlik&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 20:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1773505#M59901</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-11T20:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling prior month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1773744#M59918</link>
      <description>&lt;P&gt;So after looking into Above() I'm finding that the calculation is evaluated at the level of the lowest sorted dimension, so in my example, in order to calculate each product categories qty of the previous month, i would have to first sort by category, and then by month. However in the table that i am attempting to create, the desired display would be to sort by month first, and then category, like so:&lt;/P&gt;&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp;Category&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sum of Qty&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sum of Previous Month Qty&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AA&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;122&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BB&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;171&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AA&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; 623&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; 122&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BB&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;423&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;171&lt;BR /&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AA&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;241&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;623&lt;BR /&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BB&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;113&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;423&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, once i select a given month, this breaks the Above() function, as it no longer has a month above to calculate. I have other graphs within the app where the user may select a month, so even if a particular month is selected, i would still like this graph to be able to calculate "vs previous month".&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 14:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1773744#M59918</guid>
      <dc:creator>HeyturnontheAC</dc:creator>
      <dc:date>2021-01-12T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling prior month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1921353#M75846</link>
      <description>&lt;P&gt;Did you ever find a solution to this ?&lt;/P&gt;
&lt;P&gt;Is exactly what I am struggling with right now&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":sad_but_relieved_face:"&gt;😥&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 10:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1921353#M75846</guid>
      <dc:creator>simonB2020</dc:creator>
      <dc:date>2022-04-22T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling prior month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1922216#M75907</link>
      <description>&lt;P&gt;No &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think my original post would be the solution we're looking for; where we can create a set analysis expression with a field name, rather than with a hardcoded value. Perhaps there is a way to represent this with a different syntax, but as far as I know, it's not possible. It would be exceptionally helpful as I would like to revise my method of calculating both previous month AND previous year metrics....&lt;/P&gt;
&lt;P&gt;What methods have you tried? Maybe there's an intersect with my attempts and your attempts that can work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 15:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1922216#M75907</guid>
      <dc:creator>HeyturnontheAC</dc:creator>
      <dc:date>2022-04-25T15:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling prior month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1922230#M75911</link>
      <description>&lt;P&gt;I had another go over the weekend and resorted to provisioning this via the load script.&lt;/P&gt;
&lt;P&gt;Basically for each record, calculating &amp;amp; appending values for previous month, quarter, year etc ...&lt;/P&gt;
&lt;P&gt;Am also thinking of pre-calculating the deltas in similar fashion,&amp;nbsp; in the hope of making the final app more performant at runtime ?&lt;/P&gt;
&lt;P&gt;More faff in the load, but I have found makes debugging a lot more transparent as you can see values with your own eyes at any level instead of relying upon messy set analysis formulas and crossing fingers.&lt;/P&gt;
&lt;TABLE width="351px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="2" width="122.225px"&gt;Original Data&lt;/TD&gt;
&lt;TD width="75.25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="58.525px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;Country&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;Region&lt;/TD&gt;
&lt;TD width="75.25px"&gt;Date&lt;/TD&gt;
&lt;TD width="58.525px"&gt;Sales&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;North&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-01-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;100&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&amp;nbsp;&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;South&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-01-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;10&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;North&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-02-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;1000&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;South&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-02-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;100&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="75.25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="58.525px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="3" width="197.475px"&gt;After Load Script Transformation&lt;/TD&gt;
&lt;TD width="58.525px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;Country&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;Region&lt;/TD&gt;
&lt;TD width="75.25px"&gt;Date&lt;/TD&gt;
&lt;TD width="58.525px"&gt;Sales&lt;/TD&gt;
&lt;TD width="94px"&gt;prev_month&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;North&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-01-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;100&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&amp;nbsp;&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;South&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-01-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;10&lt;/TD&gt;
&lt;TD width="94px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;North&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-02-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;1000&lt;/TD&gt;
&lt;TD width="94px"&gt;100&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="65.0875px"&gt;UK&lt;/TD&gt;
&lt;TD width="57.1375px"&gt;South&lt;/TD&gt;
&lt;TD width="75.25px"&gt;20220-02-01&lt;/TD&gt;
&lt;TD width="58.525px"&gt;100&lt;/TD&gt;
&lt;TD width="94px"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 15:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1922230#M75911</guid>
      <dc:creator>simonB2020</dc:creator>
      <dc:date>2022-04-25T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling prior month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1925286#M76147</link>
      <description>&lt;P&gt;Yeah this is essentially what I've been doing. The frustrating part is that it requires a pre-aggregation based on granularity that needs to be defined in the data load, rather than adjustable on the front end. If i want to make a chart showing month to LY, and a separate graph showing day level information, it couldn't be done.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 17:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1925286#M76147</guid>
      <dc:creator>HeyturnontheAC</dc:creator>
      <dc:date>2022-05-02T17:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling prior month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1925348#M76156</link>
      <description>&lt;P&gt;I added 4 additional columns for previous [day; month; quarter; year]&lt;/P&gt;
&lt;P&gt;Agree it could get ridiculous ....&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 21:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-prior-month-comparison/m-p/1925348#M76156</guid>
      <dc:creator>simonB2020</dc:creator>
      <dc:date>2022-05-02T21:41:40Z</dc:date>
    </item>
  </channel>
</rss>

