<?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 on Month % calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69451#M777613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using your example data and &lt;/P&gt;&lt;P&gt;Dimension : Month&lt;/P&gt;&lt;P&gt;Expression 1: Sum(Sales)&lt;/P&gt;&lt;P&gt;Expression 2: (Sum(Sales) - Sum({&amp;lt;Year = $(=Max(Year)-1)&amp;gt;}Sales)&amp;nbsp; )/ Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection: Year = 2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Final.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200338_Final.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2018 09:50:20 GMT</pubDate>
    <dc:creator>niclaz79</dc:creator>
    <dc:date>2018-04-20T09:50:20Z</dc:date>
    <item>
      <title>Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69446#M777608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to do a month on month % calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic: 2017 sales-2018 sales/2018sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get this in front end expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to get this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample datasource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&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/Month-on-Month-calculation/m-p/69446#M777608</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69447#M777609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps the following will give a good start:&lt;A href="https://community.qlik.com/thread/51440"&gt;Current Years Current Month Vs Last Year Same Month Data&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 08:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69447#M777609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69448#M777610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share the logic.I have tried but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 09:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69448#M777610</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2018-04-20T09:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69449#M777611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Sum({&amp;lt;Year = {$(=Max(Year)-1)}&amp;gt;}sales)-Sum(sales) ) / Sum(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works, considering you have a selected year (2018 for instance) and month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 09:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69449#M777611</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-04-20T09:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69450#M777612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show some thing like this.&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/200332_Capture.PNG" style="height: 167px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 09:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69450#M777612</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2018-04-20T09:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69451#M777613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using your example data and &lt;/P&gt;&lt;P&gt;Dimension : Month&lt;/P&gt;&lt;P&gt;Expression 1: Sum(Sales)&lt;/P&gt;&lt;P&gt;Expression 2: (Sum(Sales) - Sum({&amp;lt;Year = $(=Max(Year)-1)&amp;gt;}Sales)&amp;nbsp; )/ Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection: Year = 2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Final.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200338_Final.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 09:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69451#M777613</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-04-20T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69452#M777614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show with out selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69452#M777614</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2018-04-20T10:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69453#M777615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture4.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200342_Capture4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt; Try this Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Year={'2017'}&amp;gt;}Sales)-&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;Year={'2018'}&amp;gt;}Sales))/&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;Year={'2018'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69453#M777615</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-20T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69454#M777616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some Changes Above Expression PFA&lt;/P&gt;&lt;P&gt;e.g SC:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture6.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200343_Capture6.PNG" style="height: 56px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69454#M777616</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-20T10:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69455#M777617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry by Mistake i am Sending Empty QVW&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69455#M777617</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-20T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month % calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69456#M777618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="19-04-2018 12-33-28.png" class="jive-image image-1" src="/legacyfs/online/200364_19-04-2018 12-33-28.png" style="height: 45px; width: 620px;" /&gt;Try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 12:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-calculation/m-p/69456#M777618</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-20T12:37:35Z</dc:date>
    </item>
  </channel>
</rss>

