<?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: Combo chart display growth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539499#M549410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neither is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Dec 2013 11:23:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-31T11:23:37Z</dc:date>
    <item>
      <title>Combo chart display growth</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539497#M549408</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 have a combo chart. X axis are quarters of year, Q1 2012, Q2 2012 etc... Y axis are sum(Revenue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add a dimension that is the growth from one quarter over the next. Calculation is not possible for the first quarter in the data. then formula would be LAST(Sum(revenue))/FIRST(Sum(Revenue)). how can i refer to previous quarter of year in my expression ? how can i check if data for the last quarter of year are available ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 10:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539497#M549408</guid>
      <dc:creator />
      <dc:date>2013-12-31T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Combo chart display growth</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539498#M549409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below expression, may be it works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;if(isnull(before(sum(revenue))),0,(sum(revenue)/before(sum(revenue))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it do not work , then try to use &lt;STRONG style="color: #008000;"&gt;above&lt;/STRONG&gt; instead of &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;before&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 11:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539498#M549409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-31T11:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Combo chart display growth</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539499#M549410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neither is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 11:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539499#M549410</guid>
      <dc:creator />
      <dc:date>2013-12-31T11:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Combo chart display growth</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539500#M549411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please try it in straight table first,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I dont have QV on my system, as I am out of Office, therefore I cannot check it on QV. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 11:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539500#M549411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-31T11:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Combo chart display growth</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539501#M549412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using ABOVE or BELOW depending on how your Year-Quarters are sorted.&amp;nbsp; The BEFORE function will return NULL in all chart types except pivot tables.&amp;nbsp; If you want the first Quarter in your data set to display something besides 0 for growth for some reason, you could replace the 0 in my first expression below with an additional expression.&amp;nbsp; If you are trying to use LAST or FIRST for this piece, use BOTTOM and TOP instead.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=alt(sum(Revenue)/above(sum(Revenue)),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=alt(sum(Revenue)/above(sum(Revenue)),bottom(Sum(Revenue))/top(Sum(Revenue)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 17:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-display-growth/m-p/539501#M549412</guid>
      <dc:creator />
      <dc:date>2013-12-31T17:06:28Z</dc:date>
    </item>
  </channel>
</rss>

