<?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: Qlik Month over Month Change in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533690#M108260</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/351984"&gt;@Shivam22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are right the percentage cannot be displayed with the modifier option.&lt;/P&gt;&lt;P&gt;We have to use Set Analysis.&lt;BR /&gt;I am sharing the Set Analysis that I applied.&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;(Sum(Volume) - sum(aggr(above(sum(Volume)), Product, YearMonth)))&lt;/P&gt;&lt;P&gt;/ sum(aggr(above(sum(Volume)), Product, YearMonth))&lt;/P&gt;&lt;P&gt;***********&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This Set Analysis is specific to the table chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hanna_choi_0-1760673661388.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184284i6B222828463A4482/image-size/large?v=v2&amp;amp;px=999" role="button" title="hanna_choi_0-1760673661388.png" alt="hanna_choi_0-1760673661388.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Oct 2025 04:02:33 GMT</pubDate>
    <dc:creator>hanna_choi</dc:creator>
    <dc:date>2025-10-17T04:02:33Z</dc:date>
    <item>
      <title>Qlik Month over Month Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533521#M108227</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;i have a data set&amp;nbsp;&lt;/P&gt;
&lt;P&gt;YearMonth&amp;nbsp; &amp;nbsp; Product&amp;nbsp; &amp;nbsp; &amp;nbsp; Volume&lt;/P&gt;
&lt;P&gt;2025-01&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AAA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100&lt;/P&gt;
&lt;P&gt;2025-01&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BBB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&lt;/P&gt;
&lt;P&gt;2025-01&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CCC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 300&lt;/P&gt;
&lt;P&gt;2025-02&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AAA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&lt;/P&gt;
&lt;P&gt;2025-02&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BBB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 250&lt;/P&gt;
&lt;P&gt;2025-02&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CCC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 300&lt;/P&gt;
&lt;P&gt;2025-03&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AAA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100&lt;/P&gt;
&lt;P&gt;2025-03&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BBB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&lt;/P&gt;
&lt;P&gt;2025-03&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CCC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;340&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please help me to understand, how can i add a month over month change column in above table?&lt;/P&gt;
&lt;P&gt;for example,&amp;nbsp; 2025-01 and product AAA its -50% and for Procut CCC its 0%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 20:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533521#M108227</guid>
      <dc:creator>Shivam22</dc:creator>
      <dc:date>2025-10-15T20:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Month over Month Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533542#M108229</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/351984"&gt;@Shivam22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How about using modify, which is a measure attribute?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hanna_choi_1-1760574805026.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184259i48CF207A36E6B4B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hanna_choi_1-1760574805026.png" alt="hanna_choi_1-1760574805026.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 00:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533542#M108229</guid>
      <dc:creator>hanna_choi</dc:creator>
      <dc:date>2025-10-16T00:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Month over Month Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533589#M108235</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/351984"&gt;@Shivam22&lt;/a&gt;&amp;nbsp;, As &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16864"&gt;@hanna_choi&lt;/a&gt;&amp;nbsp; mentioned earlier, you can easily calculate this using the existing &lt;STRONG&gt;Modify&lt;/STRONG&gt; option, which is available under the &lt;STRONG&gt;Measure&lt;/STRONG&gt; attribute.&lt;/P&gt;
&lt;P&gt;This approach also allows you to compute the &lt;STRONG&gt;moving average&lt;/STRONG&gt; seamlessly.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 06:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533589#M108235</guid>
      <dc:creator>Amit_Prajapati</dc:creator>
      <dc:date>2025-10-16T06:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Month over Month Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533675#M108258</link>
      <description>&lt;P&gt;Thank you All,&lt;/P&gt;
&lt;P&gt;can you please tell me how to actually show the %difference or %drop, using difference as modifier is just giving me numbers but not % difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 22:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533675#M108258</guid>
      <dc:creator>Shivam22</dc:creator>
      <dc:date>2025-10-16T22:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Month over Month Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533690#M108260</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/351984"&gt;@Shivam22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are right the percentage cannot be displayed with the modifier option.&lt;/P&gt;&lt;P&gt;We have to use Set Analysis.&lt;BR /&gt;I am sharing the Set Analysis that I applied.&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;(Sum(Volume) - sum(aggr(above(sum(Volume)), Product, YearMonth)))&lt;/P&gt;&lt;P&gt;/ sum(aggr(above(sum(Volume)), Product, YearMonth))&lt;/P&gt;&lt;P&gt;***********&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This Set Analysis is specific to the table chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hanna_choi_0-1760673661388.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184284i6B222828463A4482/image-size/large?v=v2&amp;amp;px=999" role="button" title="hanna_choi_0-1760673661388.png" alt="hanna_choi_0-1760673661388.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 04:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533690#M108260</guid>
      <dc:creator>hanna_choi</dc:creator>
      <dc:date>2025-10-17T04:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Month over Month Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533756#M108272</link>
      <description>&lt;P&gt;Thanks, alot,&lt;/P&gt;
&lt;P&gt;for my data set its working until month 4 and as soon as i select month 5 the results are wrong.&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Product&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Result (using the formual)&lt;/P&gt;
&lt;P&gt;Jan 2025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feb 2025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-10%&lt;/P&gt;
&lt;P&gt;Mar 2025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as soon as i select April 2025&lt;/P&gt;
&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Product&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Result (using the formula)&lt;/P&gt;
&lt;P&gt;Jan 2025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10%&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feb 2025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -10%&lt;/P&gt;
&lt;P&gt;Mar 2025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5%&lt;/P&gt;
&lt;P&gt;April 2025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's happening to when i select Apr, July etc very random&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Formula used -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Sum(Volume) - sum(aggr(above(sum(Volume)), Product, YearMonth)))&lt;/P&gt;
&lt;P&gt;/ sum(aggr(above(sum(Volume)), Product, YearMonth))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help me understand and help me fix the problem,&lt;/P&gt;
&lt;P&gt;Thanka alot!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 15:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533756#M108272</guid>
      <dc:creator>Shivam22</dc:creator>
      <dc:date>2025-10-17T15:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Month over Month Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533782#M108279</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created other table on load script with proper sorting on dates and that fixed problem!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks alot&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2025 18:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Month-over-Month-Change/m-p/2533782#M108279</guid>
      <dc:creator>Shivam22</dc:creator>
      <dc:date>2025-10-18T18:10:41Z</dc:date>
    </item>
  </channel>
</rss>

