<?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 value in Line Chart with 2 dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829902#M11396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah - you've accidentally posted this in the Qlikview App Development folder!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll want to use RangeSum in combination with the Above function, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Change_Factor&lt;/SPAN&gt;), 0, (&lt;SPAN style="color: #0000ff;"&gt;Left&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Ranking_Bin&lt;/SPAN&gt;, 3) + 4) / 5)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Though the above would only work if you don't have CompetitiveProductId as a dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try moving the thread to the Qlik Sense forum and you may get a more helpful reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 11:08:53 GMT</pubDate>
    <dc:creator>morganaaron</dc:creator>
    <dc:date>2015-04-27T11:08:53Z</dc:date>
    <item>
      <title>Accumulated value in Line Chart with 2 dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829899#M11393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to create a line chart which includes 2 dimensions, one is for X-Axis and the other is for dividing lines in several. However, the value showed on this chart should be calculated by accumulated measure. Do you have any idea how to write this formula for this measure to achieve this function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, I have to achieve it by QlikSense, where has no function but only having to use formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I post my sample here, hope anyone could give me a favor. Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 09:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829899#M11393</guid>
      <dc:creator />
      <dc:date>2015-04-27T09:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated value in Line Chart with 2 dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829900#M11394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you attempting to do with the chart? If you just want to accumulate over the ranking_bin for each competitiveproductid, simply tick the "full accumulation" box for that expression on the expressions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, what is it you're trying to accumulate, and over what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 10:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829900#M11394</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-04-27T10:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated value in Line Chart with 2 dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829901#M11395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick reply. However, because I use QlikSense to do it, which has no "full accumulation" box, I have to write formula to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, I'd like to accumulate over the ranking_bin for each CompetitiveProductId. So, do you have any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 10:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829901#M11395</guid>
      <dc:creator />
      <dc:date>2015-04-27T10:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated value in Line Chart with 2 dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829902#M11396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah - you've accidentally posted this in the Qlikview App Development folder!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll want to use RangeSum in combination with the Above function, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Change_Factor&lt;/SPAN&gt;), 0, (&lt;SPAN style="color: #0000ff;"&gt;Left&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Ranking_Bin&lt;/SPAN&gt;, 3) + 4) / 5)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Though the above would only work if you don't have CompetitiveProductId as a dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try moving the thread to the Qlik Sense forum and you may get a more helpful reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 11:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829902#M11396</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-04-27T11:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated value in Line Chart with 2 dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829903#M11397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capturar.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85141_Capturar.JPG" style="height: 538px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 13:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-value-in-Line-Chart-with-2-dimensions/m-p/829903#M11397</guid>
      <dc:creator />
      <dc:date>2015-04-27T13:04:47Z</dc:date>
    </item>
  </channel>
</rss>

