<?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: Year on Year Growth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833936#M293417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what Robert said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 12:28:10 GMT</pubDate>
    <dc:creator>vvvvvvizard</dc:creator>
    <dc:date>2015-05-22T12:28:10Z</dc:date>
    <item>
      <title>Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833931#M293412</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 get year on year growth for sales, cost and profit. Attached a sample file. Please help on the methodology. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula for yoy growth is (current year-prev year)/prev year, I don't know how to get it right in QV. Sum of sales by year and then using the formula. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 11:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833931#M293412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-22T11:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833932#M293413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Write this in first expression: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;Sum(Profit)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;write this in second expression :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;(Sum(profit) /sum(above(column(1)))-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;Order the chart by Year Ascending.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;Do similarly for sales, cost etc...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 11:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833932#M293413</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-05-22T11:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833933#M293414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;=(sum(Sales)-Above(sum(Sales)))/Above(sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;used this expression for Profit and Cost&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 11:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833933#M293414</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-22T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833934#M293415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert, dont I have to sort the data by year before using this formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 11:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833934#M293415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-22T11:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833935#M293416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No as the default sort is numeric ascending&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 12:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833935#M293416</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-22T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833936#M293417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what Robert said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 12:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833936#M293417</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2015-05-22T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833937#M293418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution can be done in script or GUI. Below is a sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detail:&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profit&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Yoy growth.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YoY_Temp:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(Sales) AS Sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;RESIDENT Detail&lt;/P&gt;&lt;P&gt;GROUP BY Date;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;YoY:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Sales-PREVIOUS(Sales))/PREVIOUS(Sales) AS YOY_Sales &lt;/P&gt;&lt;P&gt;RESIDENT YoY_Temp;&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, 22 May 2015 12:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833937#M293418</guid>
      <dc:creator />
      <dc:date>2015-05-22T12:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833938#M293419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just confused between Robert's and Umesh's response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert is using Above function where Umesh is using Previous, what's the difference and which is the most apt? &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, 22 May 2015 13:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833938#M293419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-22T13:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833939#M293420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Previous works in load statement - Back end&lt;/P&gt;&lt;P&gt;Above in Front End - Charts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 13:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833939#M293420</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-22T13:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833940#M293421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert, appreciate the response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 14:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Growth/m-p/833940#M293421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-22T14:18:12Z</dc:date>
    </item>
  </channel>
</rss>

