<?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 Percent change, Year over Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437759#M561707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've researched other discussions, and many are similar to my question, but on the advice given, I'm still having trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add an expression to show me the year over year change in a sales number.&lt;/P&gt;&lt;P&gt;I am able to accomplish this by using an expression that includes Below() but because of the order that I need my expressions to appear this is not efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use a dimension limit to show me the top 5 largest increases in sales.&amp;nbsp; But to do this I would need my first expression to be that change in sales amount.&amp;nbsp; So I'd like to know if there's a way to accomplish this without using Below()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see in other posts people recommend setting a variable equal to the max year and then using this in a set analysis.&amp;nbsp; But I want mine to be dynamic.&amp;nbsp; So if I have data from 2002-2013, and the user highlights from 2007-2009, I want them to see who had the largest increases in sales during that time period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached an excel file with the table and also showing my formulas.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2013 16:23:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-13T16:23:35Z</dc:date>
    <item>
      <title>Percent change, Year over Year</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437759#M561707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've researched other discussions, and many are similar to my question, but on the advice given, I'm still having trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add an expression to show me the year over year change in a sales number.&lt;/P&gt;&lt;P&gt;I am able to accomplish this by using an expression that includes Below() but because of the order that I need my expressions to appear this is not efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use a dimension limit to show me the top 5 largest increases in sales.&amp;nbsp; But to do this I would need my first expression to be that change in sales amount.&amp;nbsp; So I'd like to know if there's a way to accomplish this without using Below()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see in other posts people recommend setting a variable equal to the max year and then using this in a set analysis.&amp;nbsp; But I want mine to be dynamic.&amp;nbsp; So if I have data from 2002-2013, and the user highlights from 2007-2009, I want them to see who had the largest increases in sales during that time period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached an excel file with the table and also showing my formulas.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 16:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437759#M561707</guid>
      <dc:creator />
      <dc:date>2013-03-13T16:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Percent change, Year over Year</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437760#M561708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculate the previous years sales in the script and use the new field PYSales in your charts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD ConsolidatedTenant, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesMall, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Sales Change Example.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;load *, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(previous(ConsolidatedTenant&amp;amp;SalesMall)=ConsolidatedTenant&amp;amp;SalesMall,previous(Sales)) as PYSales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;resident T1&lt;/P&gt;&lt;P&gt;order by ConsolidatedTenant, SalesMall, Year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want you can use a preceding load to calculate the Year-on-Year variance percentage in the script too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437760#M561708</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-13T17:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Percent change, Year over Year</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437761#M561709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work...but seems a little touchy depending on how I display the table. &lt;/P&gt;&lt;P&gt;Seems like if I don't include the year as a dimension the values don't line up.&amp;nbsp; I'll have to double check my order by clause in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping for a way using set analysis though?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 18:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437761#M561709</guid>
      <dc:creator />
      <dc:date>2013-03-13T18:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Percent change, Year over Year</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437762#M561710</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;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 05:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437762#M561710</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-03-14T05:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Percent change, Year over Year</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437763#M561711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, the attachment from somenathroy works using set analysis. However the modification to the script is going to help me with my next step in doing some comp sales analysis. &lt;/P&gt;&lt;P&gt;so thank you both!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 10:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437763#M561711</guid>
      <dc:creator />
      <dc:date>2013-03-14T10:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Percent change, Year over Year</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437764#M561712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if you could provide a solution for a similar problem I'm having with my Qlik Sense application.&amp;nbsp;&amp;nbsp; I am trying to create a new field of year-over-year growth rates that I could use and manipulate in the data visualization tool independent of the original field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help on this would be much appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jes &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 20:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-change-Year-over-Year/m-p/437764#M561712</guid>
      <dc:creator>jleefjcapital</dc:creator>
      <dc:date>2016-11-02T20:13:22Z</dc:date>
    </item>
  </channel>
</rss>

