<?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 (%) values in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242465#M854564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In January 2017, when I select January 2017, it should be a chart with only one bar (the bar that shows the difference (%) between Jan 2016 and Jan 2017).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In July 2017, when I select July 2017, it should be a chart with 7 bars. Exactly the same chart as in June 2014, but with one extra bar, the bar that shows the difference (%) between Jan-July 2016 and Jan-July 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A chart would be nice if possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart in July&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152619" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152619_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart in June&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152620" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/152620_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart in Feb&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152621" alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/152621_pastedImage_5.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2017 13:38:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-09T13:38:51Z</dc:date>
    <item>
      <title>Accumulated (%) values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242460#M854559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having issues creating a chart.&lt;/P&gt;&lt;P&gt;What I need to get is, this.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152590" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152590_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows me the differences in percentages of the accumulated sales of 2016 compared to 2015. January was a good month, 21,22% more sales than January of the previous year. February the same, we still score better than January-February of 2015 (15,20% higher). March was a really bad month, which made us -6,19% behind on the sales of January-March 2015. The worsening continued until June (the selected month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I select the current month, let's say June 2016. The expression to get the value of June is:&lt;/P&gt;&lt;P&gt;=(sum({$&amp;lt;Month={"&amp;lt;= $(=num(Month))"},Year={$(=only(Year))}&amp;gt;} Sales) / sum({$&amp;lt;Month={"&amp;lt;= $(=num(Month))"},Year={$(=only(Year)-1)}&amp;gt;} Sales))-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is to get just one value, in my chart I would also need values of the previous months, up until the selected month and year.&lt;/P&gt;&lt;P&gt;How do I get all of that in a chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&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-values-in-chart/m-p/1242460#M854559</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated (%) values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242461#M854560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post a sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 11:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242461#M854560</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-09T11:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated (%) values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242462#M854561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work fine in my example?&lt;/P&gt;&lt;P&gt;I've used your exact formula int he chart then some of my own in the table to check it&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152616" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152616_Capture.PNG" style="height: 287px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 13:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242462#M854561</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-09T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated (%) values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242463#M854562</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 see what you did, but that is not what I was looking for. You now showed me the comparison of every month, &lt;STRONG&gt;separate. &lt;/STRONG&gt;I need it accumulated. You are now showing me that January, June and July were better months in 2017 than in 2016. But I need to see the total image. Was January - July 2017 also better dan January - July 2016?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I should get with your values (btw you calculated 2017-2016/2017), it should be (2017-2016/2016)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152611" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152611_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 13:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242463#M854562</guid>
      <dc:creator />
      <dc:date>2017-02-09T13:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated (%) values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242464#M854563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AH I understand now, so are you expecting only one figure to be output?&lt;/P&gt;&lt;P&gt;or one figure for each month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. in jan compare jan + jan&lt;/P&gt;&lt;P&gt;in feb compare Jan-feb + jan-feb&lt;/P&gt;&lt;P&gt;in march compare Jan-march + jan-march ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be possible, I mean it can be done in a table for sure, a chart might just be trickier!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 13:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242464#M854563</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-09T13:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated (%) values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242465#M854564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In January 2017, when I select January 2017, it should be a chart with only one bar (the bar that shows the difference (%) between Jan 2016 and Jan 2017).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In July 2017, when I select July 2017, it should be a chart with 7 bars. Exactly the same chart as in June 2014, but with one extra bar, the bar that shows the difference (%) between Jan-July 2016 and Jan-July 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A chart would be nice if possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart in July&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152619" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152619_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart in June&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152620" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/152620_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart in Feb&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152621" alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/152621_pastedImage_5.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 13:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulated-values-in-chart/m-p/1242465#M854564</guid>
      <dc:creator />
      <dc:date>2017-02-09T13:38:51Z</dc:date>
    </item>
  </channel>
</rss>

