<?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: Cumulative sum expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543617#M745347</link>
    <description>&lt;P&gt;I need to put this expression in rangesum function&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PFB,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am getting error for the below expression.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone help me in correcting the below expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RangeSum(Above(Sum((Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date])), 0, RowNo())))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 13:09:44 GMT</pubDate>
    <dc:creator>kiranb13</dc:creator>
    <dc:date>2019-02-13T13:09:44Z</dc:date>
    <item>
      <title>Cumulative sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543512#M745343</link>
      <description>&lt;P&gt;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;I&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Expression" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5829i69ACC2A8ABE4D3E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cummulative.PNG" alt="Expression" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Expression&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have got the value as 12.65 for the expression -&lt;/P&gt;&lt;P&gt;&amp;nbsp;=(Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date]))&lt;/P&gt;&lt;P&gt;I need the to add cummulative sum function for the above expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea for the above mentioned expression ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543512#M745343</guid>
      <dc:creator>kiranb13</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543530#M745345</link>
      <description>&lt;P&gt;can u share a sample qvw ? Or Excel?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unbenannt.png" style="width: 409px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5839i866AEB949A0B985C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unbenannt.png" alt="Unbenannt.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 10:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543530#M745345</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-02-13T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543546#M745346</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cummulative.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5840i5E15A057D1B382D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cummulative.PNG" alt="Cummulative.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;In the above chart total number of TC's (&lt;SPAN&gt;Sum (EST_Automate_TC)+Sum (EST_Manual_TC)) is 632 shown in green line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to divide 632 by number of days i.e given by Data range.&amp;nbsp; -&amp;nbsp;(networkdays([Analysis end Date Planned],[Test Completion date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So i have used the expression --&amp;gt;&amp;nbsp;&amp;nbsp;=(Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date])) i.e&amp;nbsp; 632/50 i got the value as 12.65.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i need to show the cumulative value for the above expression.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have used the below expression for cummulative expression. I need total cummulative sum. Can you please help me in altering the below expression by adding sum of sum in rangesum function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RangeSum(Above((Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date])), 0, RowNo()))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 10:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543546#M745346</guid>
      <dc:creator>kiranb13</dc:creator>
      <dc:date>2019-02-13T10:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543617#M745347</link>
      <description>&lt;P&gt;I need to put this expression in rangesum function&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PFB,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am getting error for the below expression.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone help me in correcting the below expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RangeSum(Above(Sum((Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date])), 0, RowNo())))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 13:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543617#M745347</guid>
      <dc:creator>kiranb13</dc:creator>
      <dc:date>2019-02-13T13:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543694#M745348</link>
      <description>&lt;P&gt;&lt;SPAN&gt;try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RangeSum(Above(Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date])), 0, RowNo()))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 14:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543694#M745348</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-02-13T14:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum expression</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543709#M745349</link>
      <description>&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;I have tried the above expression earlier. It gives the data for the date range but when i select weekly in cyclic group wrong data is appearing. The above expression is not flexible when i change the dimensions in cyclic group.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is my expression. I want to sum the result from the below expression with rangesum function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Sum (EST_Automate_TC)+Sum (EST_Manual_TC))/(networkdays([Analysis end Date Planned],[Test Completion date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Date range.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5871i5428E930BCD0E790/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Date range.PNG" alt="Date range.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Monthly.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5872i55B973A0FFD49CAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Monthly.PNG" alt="Monthly.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Weekly.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5873i62D33CEF12404C73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Weekly.PNG" alt="Weekly.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 14:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression/m-p/1543709#M745349</guid>
      <dc:creator>kiranb13</dc:creator>
      <dc:date>2019-02-13T14:16:03Z</dc:date>
    </item>
  </channel>
</rss>

