<?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 Growth - Combo chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566449#M211325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. Growth rate is coming fine, but there are two issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. On selection, expression with line chart disappears&lt;/P&gt;&lt;P&gt;2. the growth line is coming very low, indeed at the base of chart and feels like zero change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shoaib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 12:33:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-27T12:33:17Z</dc:date>
    <item>
      <title>Year over Year Growth - Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566445#M211321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year, Sales&lt;/P&gt;&lt;P&gt;2011, 1000&lt;/P&gt;&lt;P&gt;2012, 2000&lt;/P&gt;&lt;P&gt;2013,1500&lt;/P&gt;&lt;P&gt;2014,3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make a combo chart with Sales as Bar chart and Growth Rate as line chart. Growth is (Current Year Sales- Last year Sales) / Last Year Sales = XX %&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SAK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 05:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566445#M211321</guid>
      <dc:creator />
      <dc:date>2014-03-27T05:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year Growth - Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566446#M211322</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;Checked Enclosed File,&lt;/P&gt;&lt;P&gt;It will Help You,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 06:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566446#M211322</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-27T06:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year Growth - Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566447#M211323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using PE version &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send code and screen shots?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;SAK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 06:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566447#M211323</guid>
      <dc:creator />
      <dc:date>2014-03-27T06:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year Growth - Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566448#M211324</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;Use Year as Dimension,&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;Sales: Sum(Sales)&lt;/P&gt;&lt;P&gt;Growth:=Num((Column(1)-Above(Sum(Sales)))/Above(Sum(Sales)),'#,##0.00%')&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;=(Column(1)-Above(Sum(Sales)))/Above(Sum(Sales))&lt;/P&gt;&lt;P&gt;the go to Number tab-&amp;gt;Fixed to(2)-&amp;gt;check Show in Percentage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566448#M211324</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-27T07:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year Growth - Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566449#M211325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. Growth rate is coming fine, but there are two issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. On selection, expression with line chart disappears&lt;/P&gt;&lt;P&gt;2. the growth line is coming very low, indeed at the base of chart and feels like zero change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shoaib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566449#M211325</guid>
      <dc:creator />
      <dc:date>2014-03-27T12:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year Growth - Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566450#M211326</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;My bad I forgot to tell you one more setting you have to do&lt;/P&gt;&lt;P&gt;Go to ,&lt;/P&gt;&lt;P&gt;Chart Property-&amp;gt;Axes-&amp;gt;Expression Axes(Select Expression of %)-&amp;gt;Position frame( on same tab)-&amp;gt;select Right(top).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566450#M211326</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-27T12:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year Growth - Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566451#M211327</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;And one more thing is that for Growth%&lt;/P&gt;&lt;P&gt;You have to select at least 2 years,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566451#M211327</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-27T12:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year Growth - Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566452#M211328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have years 2011 to 2014. I used this expression &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;=Sum({&amp;lt;Year={"&amp;gt;=$(=Max(Year)-4)&amp;lt;=$(=Max(Year))"}&amp;gt;}Sales)&amp;nbsp; (&lt;A _jive_internal="true" href="https://community.qlik.com/message/496614?et=watches.email.thread#496614" title="http://community.qlik.com/message/496614?et=watches.email.thread#496614"&gt;Year dimension should show all last years | Qlik Community&lt;/A&gt;). &lt;A href="https://community.qlik.com/qlik-users/70029"&gt;Celambarasan Adhimulam&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I click on 2013, it's showing all last three years but no growth's calculations. If I select 2012 &amp;amp; 2013, it shows all last three years but growth for 2013 only. If I select all last years, then it shows growth for all years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Shoaib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-Growth-Combo-chart/m-p/566452#M211328</guid>
      <dc:creator />
      <dc:date>2014-03-27T13:07:00Z</dc:date>
    </item>
  </channel>
</rss>

