<?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 Linechart with two dimensions accumulated  doesnt stack in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Linechart-with-two-dimensions-accumulated-doesnt-stack/m-p/1592670#M43570</link>
    <description>&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;I try to display a linechart that shows the accumulated sum of hours spent in different projects over time:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Code for the Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Aggr(RangeSum(Above(Sum(TimeSpent), 1, RowNo())), Project, Datebooking)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="17-06-_2019_17-14-21.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13871iBB3F43A8498D0BAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="17-06-_2019_17-14-21.png" alt="17-06-_2019_17-14-21.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would expect a growing linechart over the time...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 15:17:48 GMT</pubDate>
    <dc:creator>TwinPinesMall</dc:creator>
    <dc:date>2019-06-17T15:17:48Z</dc:date>
    <item>
      <title>Linechart with two dimensions accumulated  doesnt stack</title>
      <link>https://community.qlik.com/t5/App-Development/Linechart-with-two-dimensions-accumulated-doesnt-stack/m-p/1592670#M43570</link>
      <description>&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;I try to display a linechart that shows the accumulated sum of hours spent in different projects over time:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Code for the Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Aggr(RangeSum(Above(Sum(TimeSpent), 1, RowNo())), Project, Datebooking)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="17-06-_2019_17-14-21.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13871iBB3F43A8498D0BAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="17-06-_2019_17-14-21.png" alt="17-06-_2019_17-14-21.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would expect a growing linechart over the time...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linechart-with-two-dimensions-accumulated-doesnt-stack/m-p/1592670#M43570</guid>
      <dc:creator>TwinPinesMall</dc:creator>
      <dc:date>2019-06-17T15:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linechart with two dimensions accumulated  doesnt stack</title>
      <link>https://community.qlik.com/t5/App-Development/Linechart-with-two-dimensions-accumulated-doesnt-stack/m-p/1592977#M43595</link>
      <description>&lt;P&gt;I got a solution - but not the best right now:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Code for the Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Aggr(RangeSum(Above(Sum(TimeSpent), 1, RowNo())), Project, (Datebooking,(NUMERIC,ASCENDING)))&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="18-06-_2019_12-03-29.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13923i52B4272321F5AFCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="18-06-_2019_12-03-29.png" alt="18-06-_2019_12-03-29.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I found it out by creating a table with all the intermediat results of the formula.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="378afeda35bd42c9893023de8c0ac2af.png" style="width: 506px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13924i8E191A7014CA06AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="378afeda35bd42c9893023de8c0ac2af.png" alt="378afeda35bd42c9893023de8c0ac2af.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I realised that the RowNo() function counted the Months and not the Projects. With the sorting part of the Aggr() function, the Codes worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 10:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linechart-with-two-dimensions-accumulated-doesnt-stack/m-p/1592977#M43595</guid>
      <dc:creator>TwinPinesMall</dc:creator>
      <dc:date>2019-06-18T10:09:51Z</dc:date>
    </item>
  </channel>
</rss>

