<?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: Percentage Change Month over Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187003#M884461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That didnt not work unfortunately. Would it help to do some type of aggr with a min statement? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(amount) / min(sum(aggr(Month, Cohort) Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2016 21:17:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-16T21:17:05Z</dc:date>
    <item>
      <title>Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1186996#M884454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see below for a pivot table I have created. Right now, the redacted cell values are SUM(AMOUNT), however I would like to track the % change of SUM(AMOUNT) in each cell, not the actual SUM of AMOUNT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1234.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137763_Capture1234.PNG" style="height: 136px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&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/Percentage-Change-Month-over-Month/m-p/1186996#M884454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1186997#M884455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change from last period?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(AMOUNT)/Before(Sum(AMOUNT)) - 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1186997#M884455</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-16T20:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1186998#M884456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny this works immediately thank you. Just a couple of issues: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data goes all the way back to 2010 but when I use your expression I lose 2010 and the first half of 2011. Any reason you can think of? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is there a way I can express this as 100%. As in - First month of sales = 100% ... If sales increase, 102%, if sales decrease 96%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1186998#M884456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-16T20:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1186999#M884457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌for second issue I would say that don't subtract the one and. Change&amp;nbsp; the number format to percentage on the numbers tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(AMOUNT)/Before(Sumy(AMOUNT))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1186999#M884457</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-16T20:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187000#M884458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌regarding the lose of data I am not really sure what moght be causing this. May be there is nothing available for before. May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(AMOUNT)/Alt(Before(Sum(AMOUNT)), Sum(AMOUNT))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187000#M884458</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-16T20:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187001#M884459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is getting closer but it only shows the percentage change when AMOUNT increases from month to month. I know that is what was initially requested but as I start to do analysis I realize things are changing slightly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cohort - A, initial month, Oct 2010, amount $3000 = 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cohort A - Nov 2010 - amount $3500 = 116%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cohort A - Dec 2010 - amount $4000 = 133%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cohort A - Jan 2011 - amount $2500 = 83%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense? Its almost like I would like to calculate the percentage change every month based on the initial month of the Cohort. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 21:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187001#M884459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-16T21:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187002#M884460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;SPAN style="font-size: 13.3333px;"&gt;AMOUNT&lt;/SPAN&gt;)/First(Sum(AMOUNT))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 21:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187002#M884460</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-16T21:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187003#M884461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That didnt not work unfortunately. Would it help to do some type of aggr with a min statement? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(amount) / min(sum(aggr(Month, Cohort) Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 21:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187003#M884461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-16T21:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187004#M884462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(AMOUNT)/FirstSortedValue(TOTAL &amp;lt;Cohort&amp;gt; Aggr(Sum(AMOUNT), [Fiscal Period], Cohort), Aggr([Fiscal Period], [Fiscal Period], Cohort))&lt;/STRONG&gt;&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/137823_Capture.PNG" style="height: 137px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 16:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187004#M884462</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-18T16:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187005#M884463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is still not working for me but I believe I know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AMOUNT is not expressed as you have in your table above. The amount is a SUM of sales for multiple companies that belong to a cohort. An example is provided below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="45.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137899_45.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 16:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187005#M884463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-19T16:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Change Month over Month</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187006#M884464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Amount)/FirstSortedValue(TOTAL &amp;lt;Cohort&amp;gt; {&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;Key&lt;/SPAN&gt; = {"=Sum(Amount) &amp;gt; 0"}&amp;gt;} Aggr(Sum({&amp;lt;Key = {"=Sum(Amount) &amp;gt; 0"}&amp;gt;}Amount), [Fiscal Period], Cohort), Aggr([Fiscal Period], [Fiscal Period], Cohort))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Key is a field created in the script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Company,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Cohort,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt; AutoNumber([Fiscal Period]&amp;amp;Cohort) as Key,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Date#([Fiscal Period], 'MMM-YY')) as [Fiscal Period],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Amount;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company, Cohort, Fiscal Period, Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 1, Jan-10, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 1, Feb-10, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 1, Mar-10, 300&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 1, Apr-10, 300&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 1, May-10, 500&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 1, Jan-10, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 1, Feb-10, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 1, Mar-10, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 1, Apr-10, 300&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 2, Jan-10, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 2, Feb-10, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 2, Mar-10, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 2, Apr-10, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, 2, Jan-10, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, 2, Feb-10, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, 2, Mar-10, 500&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, 2, Apr-10, 700&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&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/137960_Capture.PNG" style="height: 100px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 00:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Change-Month-over-Month/m-p/1187006#M884464</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T00:05:05Z</dc:date>
    </item>
  </channel>
</rss>

