<?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 Cumulative graph:  stop in the max month that have a value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-graph-stop-in-the-max-month-that-have-a-value/m-p/215907#M69309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5126.cumulative-bar-graph.docx:550:0]&lt;/P&gt;&lt;P&gt;First of all, sorry for may english...&lt;/P&gt;&lt;P&gt;I have a bar graph of cumulative sum of budget from January to December. I want the line that represents the real cost (green) to stop in the last month that has valu, ¿how can I do it?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Apr 2010 22:00:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-15T22:00:39Z</dc:date>
    <item>
      <title>Cumulative graph:  stop in the max month that have a value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-graph-stop-in-the-max-month-that-have-a-value/m-p/215907#M69309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5126.cumulative-bar-graph.docx:550:0]&lt;/P&gt;&lt;P&gt;First of all, sorry for may english...&lt;/P&gt;&lt;P&gt;I have a bar graph of cumulative sum of budget from January to December. I want the line that represents the real cost (green) to stop in the last month that has valu, ¿how can I do it?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 22:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-graph-stop-in-the-max-month-that-have-a-value/m-p/215907#M69309</guid>
      <dc:creator />
      <dc:date>2010-04-15T22:00:39Z</dc:date>
    </item>
    <item>
      <title>Cumulative graph:  stop in the max month that have a value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-graph-stop-in-the-max-month-that-have-a-value/m-p/215908#M69310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;load * inline [&lt;BR /&gt;month,budget,real&lt;BR /&gt;01, 1200, 1000&lt;BR /&gt;02, 1100, 600&lt;BR /&gt;03, 1000, 900&lt;BR /&gt;04, 1400, 1500&lt;BR /&gt;05, 1450,&lt;BR /&gt;06, 1500,&lt;BR /&gt;07, 1300,&lt;BR /&gt;08, 1000,&lt;BR /&gt;09, 1500,&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Select "no accumulation" and use expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;BUDGET= rangesum(sum(budget),above(Sum(budget),1,12))&lt;BR /&gt;REAL = if(sum(real)&amp;gt;0,rangesum(sum(real),above(Sum(real),1,12)))&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 15:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-graph-stop-in-the-max-month-that-have-a-value/m-p/215908#M69310</guid>
      <dc:creator />
      <dc:date>2010-04-16T15:49:00Z</dc:date>
    </item>
    <item>
      <title>Cumulative graph:  stop in the max month that have a value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-graph-stop-in-the-max-month-that-have-a-value/m-p/215909#M69311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!!! thanks, that's I what I wanted.&lt;/P&gt;&lt;P&gt;Fernando Novoa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 16:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-graph-stop-in-the-max-month-that-have-a-value/m-p/215909#M69311</guid>
      <dc:creator />
      <dc:date>2010-04-16T16:08:49Z</dc:date>
    </item>
  </channel>
</rss>

