<?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: Accumulated chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78380#M769332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample or an image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2018 16:04:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-22T16:04:59Z</dc:date>
    <item>
      <title>Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78372#M769324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have some difficulties for calculating the accumulated sum.&amp;nbsp; I have a line chart where I calculates the sum of the values since the beginning of the year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I use the function RangeSum() and Above() and the line of values when I don't have any year selected is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My issue is when I select one year, the values doesn't accumulate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any ideia to resolve that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Best Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/Accumulated-chart/m-p/78372#M769324</guid>
      <dc:creator>PaulaRibeiro</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78373#M769325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming this is your expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Sum(Measure), 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change it to this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Year&amp;gt;}&lt;/SPAN&gt;Measure), 0, RowNo())) &lt;SPAN style="color: #ff0000;"&gt;* Avg(1)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 16:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78373#M769325</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-08T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78374#M769326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny can you explain why you use &lt;STRONG style="color: #ff0000;"&gt;* Avg(1)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 16:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78374#M769326</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2018-06-08T16:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78375#M769327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Year in the main expression will ignore selection in Year field... which would means that if the user selected 2014, they will continue to see all the years. In order to see the accumulated value only for 2014, Avg(1) is used. Avg(1) will equal 1 for selected year and 0 otherwise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 17:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78375#M769327</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-08T17:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78376#M769328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, i understand. Foxy trick!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 17:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78376#M769328</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2018-06-08T17:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78377#M769329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked for the values, but when I select the year, the x-axis dimension year does not fit, show me every year. As for the row, the selected year appears and the remaining area is empty for the other years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 14:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78377#M769329</guid>
      <dc:creator>PaulaRibeiro</dc:creator>
      <dc:date>2018-06-13T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78378#M769330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share an image of what you are seeing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 15:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78378#M769330</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-13T15:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78379#M769331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the expression &lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({&amp;lt;YearMonth} Measure1),0,RowNo()))&lt;/P&gt;&lt;P&gt;/ &lt;SPAN style="font-size: 10pt;"&gt;RangeSum(Above(Sum({&amp;lt;YearMonth} Measure2),0,RowNo()))*avg(1) and values doesn't acummulated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If i have &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({1&amp;lt;YearMonth} Measure),0,RowNo()))&lt;/P&gt;&lt;P&gt;/&lt;SPAN style="font-size: 10pt;"&gt;RangeSum(Above(Sum({1&amp;lt;YearMonth} Measure),0,RowNo()))*avg(1) the values are correct and the line too, for the year selected, but the graph show me every years.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 09:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78379#M769331</guid>
      <dc:creator>PaulaRibeiro</dc:creator>
      <dc:date>2018-06-22T09:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78380#M769332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample or an image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 16:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78380#M769332</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-22T16:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78381#M769333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Image. Basically, i select Year 2018 and the dimension Year of the graph show me every years, but in the graph where i have year 2017 i don't have line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 11:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78381#M769333</guid>
      <dc:creator>PaulaRibeiro</dc:creator>
      <dc:date>2018-06-26T11:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78382#M769334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 16:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78382#M769334</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-26T16:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78383#M769335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;I have attached a document using cumulative sum,I hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 09:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78383#M769335</guid>
      <dc:creator>Masi_Sahargahi</dc:creator>
      <dc:date>2018-06-27T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78384#M769336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one year selected&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pr1.png" class="jive-image image-1" height="182" src="https://community.qlik.com/legacyfs/online/206607_pr1.png" style="height: 183px; width: 480.907px;" width="481" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 11:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78384#M769336</guid>
      <dc:creator>PaulaRibeiro</dc:creator>
      <dc:date>2018-06-29T11:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78385#M769337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make sure that you have checked 'Suppress Zero Values' on the presentation tab of the chart properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 11:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78385#M769337</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-29T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78386#M769338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what was missing. Thank you for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 12:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78386#M769338</guid>
      <dc:creator>PaulaRibeiro</dc:creator>
      <dc:date>2018-06-29T12:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78387#M769339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. Please close the thread down by marking correct and helpful responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 12:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-chart/m-p/78387#M769339</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-29T12:12:21Z</dc:date>
    </item>
  </channel>
</rss>

