<?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: Accumulation Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883533#M308140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming you are using two expressions. For the expression which is adding bars for future month, you can do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Value) &amp;lt;&amp;gt; 0, thenAccumulateExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 16:20:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-12T16:20:16Z</dc:date>
    <item>
      <title>Accumulation Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883532#M308139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to do an accumulation chart of our Freight Costs YTD and LYTD.&amp;nbsp;&amp;nbsp; The LYTD is working great... but with the YTD I only want to see the chart up to the Previous Month.&lt;/P&gt;&lt;P&gt;Currently - it is adding "0" freight costs so my chart flat lines.&amp;nbsp; This is causing my trend line to be inaccurate based on YTD trends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89281_Capture.JPG" style="height: 314px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883532#M308139</guid>
      <dc:creator />
      <dc:date>2015-06-12T16:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883533#M308140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming you are using two expressions. For the expression which is adding bars for future month, you can do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Value) &amp;lt;&amp;gt; 0, thenAccumulateExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883533#M308140</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-12T16:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883534#M308141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added that to my my formula.&amp;nbsp; But still getting the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the formula I am using - Sum({&amp;lt;Year= {'2015'}&amp;gt;}FreightCost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then I select full accumulation at the bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think my formula needs to do the accumulation instead of the hot key in the chart properties.&amp;nbsp; But I don't know how to write it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883534#M308141</guid>
      <dc:creator />
      <dc:date>2015-06-12T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883535#M308142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this without full accumulation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Year= {'2015'}&amp;gt;}FreightCost) &amp;lt;&amp;gt; 0, RangeSum(Above(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Year= {'2015'}&amp;gt;}FreightCost), 0, RowNo(TOTAL))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883535#M308142</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-12T16:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883536#M308143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOU ARE MY HERO!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883536#M308143</guid>
      <dc:creator />
      <dc:date>2015-06-12T16:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883537#M308144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha, I am glad it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-Chart/m-p/883537#M308144</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-12T16:38:53Z</dc:date>
    </item>
  </channel>
</rss>

