<?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: Cumulative Total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141606#M907231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can have a look into&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/116857"&gt;Re: Display data point values on line chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 15:11:18 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-17T15:11:18Z</dc:date>
    <item>
      <title>Cumulative Total</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141604#M907229</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 am pretty new to QlikView so I need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart that looks at the amount of sales orders for the current month. I also have a line on the chart that gives me the cumulative total for the current month. So the line goes up each days as the number of sales for the month increase (obviously it will never decrease). I would like to add one label to the final day to give the total number of sales orders so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value on data points display the value for each day but I only want the last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave@&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/Cumulative-Total/m-p/1141604#M907229</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141605#M907230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt.png" class="jive-image image-1" height="339" src="https://community.qlik.com/legacyfs/online/128328_Unbenannt.png" style="height: 339.431px; width: 603px;" width="603" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 15:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141605#M907230</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-06-17T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141606#M907231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can have a look into&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/116857"&gt;Re: Display data point values on line chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 15:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141606#M907231</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141607#M907232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that looks good. But I can't see the code in the expression!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 08:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141607#M907232</guid>
      <dc:creator />
      <dc:date>2016-06-20T08:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141608#M907233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have Expression in chart like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;than the expression for "Show Value" should be&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(Field&lt;STRONG&gt;='Axis'&lt;/STRONG&gt;) &lt;/STRONG&gt;with &lt;STRONG&gt;Axis='06'&lt;/STRONG&gt; in my case&lt;/P&gt;&lt;P&gt;For showing different datapoint just replace the '06' with '05'&amp;nbsp; for showing the datapoint for '05'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141608#M907233</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-06-20T09:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141609#M907234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That doesn't seem to work. is it because I have a bar chart showing the day values and the line showing the cumulative total. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141609#M907234</guid>
      <dc:creator />
      <dc:date>2016-06-20T12:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141610#M907235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u upload a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Total/m-p/1141610#M907235</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-06-20T12:53:48Z</dc:date>
    </item>
  </channel>
</rss>

