<?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: Month vs Previous month comparison in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1741182#M56754</link>
    <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response, but sorry it isnt working for this scenario.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Sep 2020 03:47:53 GMT</pubDate>
    <dc:creator>sujayrpatil</dc:creator>
    <dc:date>2020-09-04T03:47:53Z</dc:date>
    <item>
      <title>Month vs Previous month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1740607#M56691</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a scenario where I have to compare the users count for each month wrt users count in previous month and show as percentage change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the snap of number of users per month.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="snap.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39957iE9392CE248DC1C90/image-size/large?v=v2&amp;amp;px=999" role="button" title="snap.jpg" alt="snap.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;required bar chart should have the change over every month.&lt;/P&gt;&lt;P&gt;example:&amp;nbsp; for the June month bar , the&amp;nbsp; calculation should be (June&amp;nbsp; count -May count)/(May Count)&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e (191-177)/177 = 0.11.&lt;/P&gt;&lt;P&gt;Request for your support.&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;sujay.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 11:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1740607#M56691</guid>
      <dc:creator>sujayrpatil</dc:creator>
      <dc:date>2020-09-02T11:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Month vs Previous month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1740615#M56692</link>
      <description>&lt;P&gt;Try using Above()/Below() function&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(MonthYear, Sum(Measure)/Above(Sum({&amp;lt;MonthYear&amp;gt;}Measure)) - 1)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1740615#M56692</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-02T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Month vs Previous month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1740950#M56729</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the solution it worked fine for me.&lt;/P&gt;&lt;P&gt;But&amp;nbsp; what if I have to show the change over 2 dimensions like may be in a Line graph if I want to show change over month and also on app (month on x axis and app as lines in y axis). Then how can i calculate the change.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 11:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1740950#M56729</guid>
      <dc:creator>sujayrpatil</dc:creator>
      <dc:date>2020-09-03T11:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Month vs Previous month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1740958#M56730</link>
      <description>&lt;P&gt;Something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Aggr(
  If(MonthYear, Sum(Measure)/Above(Sum({&amp;lt;MonthYear&amp;gt;}Measure)) - 1)
, AppDimensionName, MonthYear)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 03 Sep 2020 11:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1740958#M56730</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-03T11:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Month vs Previous month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1741182#M56754</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response, but sorry it isnt working for this scenario.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 03:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1741182#M56754</guid>
      <dc:creator>sujayrpatil</dc:creator>
      <dc:date>2020-09-04T03:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Month vs Previous month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1951933#M78473</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Would you please explain the logic for this expression?&amp;nbsp; I thought the If statement will need a condition " if (condition, true, false)" .&amp;nbsp; Thank you&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 15:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1951933#M78473</guid>
      <dc:creator>airflight90</dc:creator>
      <dc:date>2022-07-05T15:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Month vs Previous month comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1999979#M82822</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;
&lt;P&gt;what's the syntax ? You do not equate MonthYear to some values ...&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;Sum({&amp;lt;MonthYear&amp;gt;}Measure)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is that equal to {&amp;lt;MonthYear= &amp;gt;} ?&lt;/P&gt;
&lt;P&gt;If not, how does it work? Is there any official material about it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 08:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-vs-Previous-month-comparison/m-p/1999979#M82822</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2022-11-03T08:54:45Z</dc:date>
    </item>
  </channel>
</rss>

