<?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: Growth line for three years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176353#M889902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide a sample to work with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2016 09:22:53 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-26T09:22:53Z</dc:date>
    <item>
      <title>Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176352#M889901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have quarteryear fields as dimension and below are my expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.QuarterOnQuarterSale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fabs(sum({&amp;lt;FiscalYear={"&amp;gt;$(vFY)"},[Date]={"&amp;gt;=$(=YearStart(min({$&amp;lt;FiscalYear={$(=min(FiscalYear))}&amp;gt;}[Date]),0,4))&amp;lt;=$($(vQY))"}&amp;gt;}[Amount])/100000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Growth of all Quarter&lt;/P&gt;&lt;P&gt;((fabs(Sum(Amount))-above(fabs(Sum(Amount)),4))/above(fabs(Sum(Amount)),4)) * 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable values&lt;/P&gt;&lt;P&gt;vFY=Year(addyears(max([Date]),-4))&lt;/P&gt;&lt;P&gt;vQY=QuarterStart(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I almost done with my requirement but I don't want below highlight growth line for Q1 11 to Q4 12&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176352#M889901</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176353#M889902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide a sample to work with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 09:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176353#M889902</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T09:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176354#M889903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After open please do clear all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 10:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176354#M889903</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-08-26T10:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176355#M889904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two ways to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;((fabs(Sum(GL_Amount))-above(fabs(Sum(GL_Amount)),4))/above(fabs(Sum(GL_Amount)),4)) * 100&lt;SPAN style="color: #ff0000;"&gt; *&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Avg({&amp;lt;FiscalYear={"&amp;gt;$(vFY)"},[PostingDate]={"&amp;gt;=$(=YearStart(min({$&amp;lt;FiscalYear={$(=min(FiscalYear))}&amp;gt;}[PostingDate]),0,4))&amp;lt;=$($(vQY))"}&amp;gt;} 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;If([Sales] &amp;gt; 0,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; ((fabs(Sum(GL_Amount))-above(fabs(Sum(GL_Amount)),4))/above(fabs(Sum(GL_Amount)),4)) * 100&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest option 1, but option 2 is available in the chart as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 10:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176355#M889904</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176356#M889905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell how can I achieve YoY chart like attachment .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 11:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176356#M889905</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-08-26T11:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176357#M889906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(GL_Amount/1000) - Below(Sum(GL_Amount)/1000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135701_Capture.PNG" style="height: 213px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 12:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176357#M889906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T12:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176358#M889907</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;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;I need data for only five years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2016 04:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176358#M889907</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-08-27T04:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176359#M889908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I wonder if the numbers make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2016 10:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176359#M889908</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-27T10:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176360#M889909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like above I need to show only five year of data with growth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176360#M889909</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-08-29T11:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176361#M889910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on what you are looking for? May be expected output in an Excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176361#M889910</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T12:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Growth line for three years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176362#M889911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking like this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only five years data with growth line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 03:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-line-for-three-years/m-p/1176362#M889911</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-08-30T03:31:54Z</dc:date>
    </item>
  </channel>
</rss>

