<?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 Line chart issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300112#M111151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a line chart with X axis as calendar months and Y axis as Amount. there are 2 facts, budget amount and actual amount.&lt;/P&gt;&lt;P&gt;I have the budget for the entire year so the line for budget is displayed for the entire year cummulatively. But the actual amount is still the month of May.&lt;/P&gt;&lt;P&gt;So the line for actual amount goes up till that month and the corrosponding cumulated amount but after that goes flat till the last month.&lt;/P&gt;&lt;P&gt;I dont want that to happen. The actual amount line should be only till the month and should not extend flat till the last month.&lt;/P&gt;&lt;P&gt;Please let me know how this can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="linechart.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5310_linechart.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jun 2011 07:46:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-18T07:46:16Z</dc:date>
    <item>
      <title>Line chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300112#M111151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a line chart with X axis as calendar months and Y axis as Amount. there are 2 facts, budget amount and actual amount.&lt;/P&gt;&lt;P&gt;I have the budget for the entire year so the line for budget is displayed for the entire year cummulatively. But the actual amount is still the month of May.&lt;/P&gt;&lt;P&gt;So the line for actual amount goes up till that month and the corrosponding cumulated amount but after that goes flat till the last month.&lt;/P&gt;&lt;P&gt;I dont want that to happen. The actual amount line should be only till the month and should not extend flat till the last month.&lt;/P&gt;&lt;P&gt;Please let me know how this can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="linechart.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5310_linechart.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2011 07:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300112#M111151</guid>
      <dc:creator />
      <dc:date>2011-06-18T07:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300113#M111152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Laxmikantm,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check out the attached application. I believe your are doing the accumulation using the "Full Accumulation" option.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;But you could do this with the combination of RangeSum() and Above() functions.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Your expression should be as below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(aggr(sum(Sales),Date)&amp;gt;0,Rangesum(above(Sum (Sales),0,rowno())))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- Sridhar&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2011 08:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300113#M111152</guid>
      <dc:creator />
      <dc:date>2011-06-18T08:30:32Z</dc:date>
    </item>
    <item>
      <title>Line chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300114#M111153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Sridhar for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 08:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300114#M111153</guid>
      <dc:creator />
      <dc:date>2011-06-20T08:04:25Z</dc:date>
    </item>
    <item>
      <title>Line chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300115#M111154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Good One Shridhar sir..................&lt;/P&gt;&lt;P&gt;&amp;nbsp; I like this solution.....&lt;/P&gt;&lt;P&gt;&amp;nbsp; Shridhar can u pls send me any example qvw for rangesum ,rangeavg , and peak function etc.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your reply......&lt;/P&gt;&lt;P&gt;pls mail me @&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:dushyant.ntpc@gmail.com"&gt;dushyant.ntpc@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dushyant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 08:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300115#M111154</guid>
      <dc:creator />
      <dc:date>2011-06-20T08:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300116#M111155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Dushyant,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; I don't have any particular application for rangesum ,rangeavg and peak functions as of now. But all these functions are been discussed on the forum many times. Start searching this forum you would get many examples.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;- Sridhar&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 09:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-issue/m-p/300116#M111155</guid>
      <dc:creator />
      <dc:date>2011-06-20T09:15:38Z</dc:date>
    </item>
  </channel>
</rss>

