<?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 over year( YoY) growth  without data for previous  year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-over-year-YoY-growth-without-data-for-previous-year/m-p/1543342#M439606</link>
    <description>&lt;P&gt;If it suits your requirement and the business is ready for this you can do the following for c .&lt;/P&gt;&lt;P&gt;so if the denominator is 0 then mathematically the calculation is not possible.If you consider the zero to be it's next number that is 1 then change would be 300%. So if the business is ok with this you can write a condition like&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;if(YR2018 =0  , YR2019-YR2018 % ,Your_change_expression)&lt;/PRE&gt;&lt;P&gt;you can write something similar to above.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 04:09:14 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-02-13T04:09:14Z</dc:date>
    <item>
      <title>% Year over year( YoY) growth  without data for previous  year</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-year-YoY-growth-without-data-for-previous-year/m-p/1543300#M439601</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need some expert advice on data representation&amp;nbsp; relating to year over year growth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example scenario&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;YR&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#993300"&gt;&lt;STRONG&gt;2018&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;YR 2019&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Change&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;% Change in 2019&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;TD&gt;-10&lt;/TD&gt;&lt;TD&gt;-10%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;110&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;10%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;-20&lt;/TD&gt;&lt;TD&gt;-100%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;-40&lt;/TD&gt;&lt;TD&gt;-80%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#993300"&gt;Total&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;370&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;610&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;240&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;65%&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even though there is 65% net increase in 2019 , the below chart gives an impression that 2019 is terrible . This is mainly because the value for C is missing ( for a valid reason ) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YoY Qlik.PNG" style="width: 528px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5813iD4717EA2BB8E827E/image-size/large?v=v2&amp;amp;px=999" role="button" title="YoY Qlik.PNG" alt="YoY Qlik.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So what is the ideal way to represent this chart to indicate that there is a significant growth ?or is there any way to indicate the&amp;nbsp; zero to 300 growth for&amp;nbsp; "customer C"&lt;/P&gt;&lt;P&gt;I definitely need the percentage . The above shown chart is part of my drill down. My actual scenario is much more complex than shown above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aji&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-year-YoY-growth-without-data-for-previous-year/m-p/1543300#M439601</guid>
      <dc:creator>ajipaul03</dc:creator>
      <dc:date>2024-11-16T21:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: % Year over year( YoY) growth  without data for previous  year</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-year-YoY-growth-without-data-for-previous-year/m-p/1543342#M439606</link>
      <description>&lt;P&gt;If it suits your requirement and the business is ready for this you can do the following for c .&lt;/P&gt;&lt;P&gt;so if the denominator is 0 then mathematically the calculation is not possible.If you consider the zero to be it's next number that is 1 then change would be 300%. So if the business is ok with this you can write a condition like&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;if(YR2018 =0  , YR2019-YR2018 % ,Your_change_expression)&lt;/PRE&gt;&lt;P&gt;you can write something similar to above.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 04:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-year-YoY-growth-without-data-for-previous-year/m-p/1543342#M439606</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-13T04:09:14Z</dc:date>
    </item>
  </channel>
</rss>

