<?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: YoY and MoM % Growth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891387#M469905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to have a problem with the coding of the date now&lt;/P&gt;&lt;P&gt;When I use this it works: =(max())&lt;/P&gt;&lt;P&gt;But when I use this for previous month =(max(-1))  It comes through as numbers.&lt;/P&gt;&lt;P&gt;How do I change this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 07:05:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-17T07:05:16Z</dc:date>
    <item>
      <title>YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891379#M469897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am trying to calculate YoY Income Growth 2015-2014 and MoM Volume Growth May 2015-May 2014 but am unable to get the calculation right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;This is my month Calc to bring in volume&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;Year&lt;/SPAN&gt;={ &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(=max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt; }&amp;gt;} &lt;SPAN style="color: #800000;"&gt;[PIP_Profit_or_Loss]&lt;/SPAN&gt;)+ &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;Year&lt;/SPAN&gt;={ &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(=max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt; }&amp;gt;} &lt;SPAN style="color: #800000;"&gt;[Commission_Amount]&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;This is my month Calc to bring in volume&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum ({&amp;lt;&lt;SPAN style="color: #800000;"&gt;[Month-Year]&lt;/SPAN&gt; = {&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=1&amp;lt;=5"&lt;/SPAN&gt;}, &lt;SPAN style="color: #800000;"&gt;[Month-Year]&lt;/SPAN&gt; = {'Mar-2014','Mar-2015'}, &lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; =, &lt;SPAN style="color: #800000;"&gt;Week&lt;/SPAN&gt;=&amp;gt;} &lt;SPAN style="color: #800000;"&gt;Volume&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please be so kind as to assist me.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 09:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891379#M469897</guid>
      <dc:creator />
      <dc:date>2015-06-15T09:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891380#M469898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a MonthID and use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Previous year YTD growth:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Year={$(=Max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;))}, MonthID= {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthID))"},Month= &amp;gt;}Volume)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/Sum({&amp;lt;Year={$(=Max(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Year&lt;/SPAN&gt;)-1)}, MonthID= {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthID))"},Month= &amp;gt;}Volume)-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for MOM Growth&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Year={$(=Max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;))}, MonthID= {"$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthID))"},Month= &amp;gt;}Volume)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;/&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Year={$(=Max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;)-1)}, MonthID= {"$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthID))"},Month= &amp;gt;}Volume)-1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;you can also use unique auto number of a month to get the same MOM result&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;MonthNumber= {$(=max(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;MonthNumber&lt;/SPAN&gt;)-12)},Month= &amp;gt;}Volume)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; to get exactly the same month in the previous year.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891380#M469898</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-06-15T11:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891381#M469899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response but I still cant seem to get it right. It is either showing 100% for everything or 0, it is also taking away the other numbers that were in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 12:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891381#M469899</guid>
      <dc:creator />
      <dc:date>2015-06-15T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891382#M469900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share a sample application to understand the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 12:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891382#M469900</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-06-15T12:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891383#M469901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My system does not allow me to send anything or attach anything. I have done a print screen of sample data, will this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yolanda Richards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891383#M469901</guid>
      <dc:creator />
      <dc:date>2015-06-15T13:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891384#M469902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This application may help point you in the right direction:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4313"&gt;QlikView App: Set Analysis - Prior Period Comparison&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891384#M469902</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-06-15T13:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891385#M469903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891385#M469903</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-06-15T13:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891386#M469904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working!!!&lt;/P&gt;&lt;P&gt;Thank you ☺&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 06:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891386#M469904</guid>
      <dc:creator />
      <dc:date>2015-06-17T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891387#M469905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to have a problem with the coding of the date now&lt;/P&gt;&lt;P&gt;When I use this it works: =(max())&lt;/P&gt;&lt;P&gt;But when I use this for previous month =(max(-1))  It comes through as numbers.&lt;/P&gt;&lt;P&gt;How do I change this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891387#M469905</guid>
      <dc:creator />
      <dc:date>2015-06-17T07:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891388#M469906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;instead of month =(max(-1)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;use month=(max()-1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891388#M469906</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-06-17T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891389#M469907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but its also not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891389#M469907</guid>
      <dc:creator />
      <dc:date>2015-06-17T07:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891390#M469908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post your exp here &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891390#M469908</guid>
      <dc:creator />
      <dc:date>2015-06-17T07:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891391#M469909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy your complete expression. let us have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891391#M469909</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-06-17T07:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891392#M469910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is : =sum({&amp;lt;MonthNumber= {$(=max(MonthNumber-1))},Month= ,Year=&amp;gt;}Volume)&lt;/P&gt;&lt;P&gt;And my label formula is : =(max()-1) , I changed it to =(max()()-1)) but am getting ‘-‘&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one that works is as follows: =sum({&amp;lt;MonthNumber= {$(=max(MonthNumber))},Month= ,Year=&amp;gt;}Volume)&lt;/P&gt;&lt;P&gt;With label: =(max())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891392#M469910</guid>
      <dc:creator />
      <dc:date>2015-06-17T07:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891393#M469911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try like below,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({&amp;lt;MonthNumber= {"$(=max(MonthNumber)-1)"},Month= ,Year=&amp;gt;}Volume)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891393#M469911</guid>
      <dc:creator />
      <dc:date>2015-06-17T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891394#M469912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Use below expression:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=sum({&amp;lt;MonthNumber= {$(=max(MonthNumber)-1)},Month= ,Year=&amp;gt;}Volume)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I did not understand what you are trying to display in label &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;And my label formula is : =(max()-1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891394#M469912</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-06-17T07:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891395#M469913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the label to show Feb-2015 instead of 42155&lt;/P&gt;&lt;P&gt;June shows correctly as Jun-2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al the calculations are correct as you showed me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891395#M469913</guid>
      <dc:creator />
      <dc:date>2015-06-17T07:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891396#M469914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use :&lt;/P&gt;&lt;P&gt;=Date(Max({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;MonthNumber&lt;/SPAN&gt;={$(=max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;MonthNumber&lt;/SPAN&gt;)-1)},Month= ,Year= &amp;gt;}Date),'MMM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891396#M469914</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-06-17T07:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891397#M469915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ☺ ☺&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891397#M469915</guid>
      <dc:creator />
      <dc:date>2015-06-17T07:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: YoY and MoM % Growth</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891398#M469916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All. &lt;/P&gt;&lt;P&gt;I am new here and new to Qlik and I need some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem doing MoM analysis. Below is the set analysis function that I am using. For YoY it is working perfectly, however, for MoM it is not. I cannot figure out why, any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YoY Function that works as intended:&lt;/P&gt;&lt;P&gt;'Repo Charge-off YoY: '&amp;amp; Money(SUM({$&amp;lt;Year={$(=MAX(Year))}&amp;gt;}RepoGLChgoff)-SUM({$&amp;lt;Year={$(=MAX(Year)-1)}&amp;gt;}RepoGLChgoff),'$ ,###.##')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MoM Function that does not work:&lt;/P&gt;&lt;P&gt;&amp;amp;Chr(13)&amp;amp;'Repo Charge-off MoM: '&amp;amp; Money(SUM({$&amp;lt;Month={$(=MAX(Month))}&amp;gt;}RepoGLChgoff)-SUM({$&amp;lt;Month={$((Month)-1)}&amp;gt;}RepoGLChgoff),'$ ,###.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 19:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-and-MoM-Growth/m-p/891398#M469916</guid>
      <dc:creator />
      <dc:date>2015-09-24T19:07:26Z</dc:date>
    </item>
  </channel>
</rss>

