<?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: Full accumulation not working in chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606002#M223840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried both of these, which look fine in a straight table, but when I convert to a chart it doubles, so I end up with twice as many.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 19:51:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-06T19:51:50Z</dc:date>
    <item>
      <title>Full accumulation not working in chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/605999#M223837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart where I am trying to show accumulation of application testing status (Red, Amber or Green) over time. I noticed that the December bar was shorter than the November bar;&amp;nbsp; upon review of the underlying data, it appears that if there is a month where a value doesn't exist, it doesn't show the previous month at all.&amp;nbsp; Is there a way to do full accumulation for two dimensions so that I can see the full total at the end of the year?&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 20:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/605999#M223837</guid>
      <dc:creator />
      <dc:date>2014-03-05T20:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation not working in chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606000#M223838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lisana,&lt;/P&gt;&lt;P&gt;If you have two or more dimension to get the running total try this formula&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;rangesum(above(Expression,0,rowno()))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AJ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 20:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606000#M223838</guid>
      <dc:creator />
      <dc:date>2014-03-05T20:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation not working in chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606001#M223839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;= RangeSum(Above(SUM(Sales),0,RowNo()))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=RangeSum(ABOVE(TOTAL SUM(Sales), 0, RowNo(TOTAL)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that under presentation tab, you have untick the &lt;STRONG&gt;Suppress Zero-Values &lt;/STRONG&gt;option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 21:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606001#M223839</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-05T21:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation not working in chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606002#M223840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried both of these, which look fine in a straight table, but when I convert to a chart it doubles, so I end up with twice as many.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 19:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606002#M223840</guid>
      <dc:creator />
      <dc:date>2014-03-06T19:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation not working in chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606003#M223841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible to attach a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 20:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-not-working-in-chart/m-p/606003#M223841</guid>
      <dc:creator />
      <dc:date>2014-03-06T20:01:36Z</dc:date>
    </item>
  </channel>
</rss>

