<?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 Accumulation is not working in Qliksense pivot table. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumulation-is-not-working-in-Qliksense-pivot-table/m-p/2537299#M108783</link>
    <description>&lt;P&gt;i am creating a churn details related pivot table, where i have created couple of expressions and they are fine in the pivot table. i have to create the cumulative churn for that i am using the below expression. i even tried sorting the column but values are coming as 0 or some unexpected values. kindly suggest what to do here.&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000FF"&gt;RangeSum(Before(Count(DISTINCT {&amp;lt;TLD_Flag={1},Churn_Flag={1},Months_Diff_TLD_Start_End={"&amp;gt;=-36 &amp;lt;=36"}&amp;gt;} Subscription_Id), Months_Diff_TLD_Start_End), 0, Rowno())&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Churn expression :&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;= if(Count(Distinct {&amp;lt;TLD_Flag = {1},Churn_Flag= {1},Months_Diff_TLD_Start_End = {"&amp;gt;=-36 &amp;lt;=36"}&amp;gt;} Subscription_Id)/1000 &amp;gt; 0,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;Count(Distinct {&amp;lt;TLD_Flag = {1},Churn_Flag= {1},Months_Diff_TLD_Start_End = {"&amp;gt;=-36 &amp;lt;=36"}&amp;gt;} Subscription_Id)/1000)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;using this churn expression i have to create accumulation expression but its not working as expected.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;I am using&amp;nbsp;Months_Diff_TLD_Start_End as column and its a derived column from the back end script.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;,(EXTRACT(YEAR FROM TLD_Expiry_Date) - EXTRACT(YEAR FROM Disc_Start_Date)) * 12&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;+ (EXTRACT(MONTH FROM TLD_Expiry_Date) - EXTRACT(MONTH FROM Disc_Start_Date)) AS Months_Diff_TLD_Start_End &lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2025 11:16:09 GMT</pubDate>
    <dc:creator>Qlikbuddy</dc:creator>
    <dc:date>2025-11-26T11:16:09Z</dc:date>
    <item>
      <title>Accumulation is not working in Qliksense pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-is-not-working-in-Qliksense-pivot-table/m-p/2537299#M108783</link>
      <description>&lt;P&gt;i am creating a churn details related pivot table, where i have created couple of expressions and they are fine in the pivot table. i have to create the cumulative churn for that i am using the below expression. i even tried sorting the column but values are coming as 0 or some unexpected values. kindly suggest what to do here.&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000FF"&gt;RangeSum(Before(Count(DISTINCT {&amp;lt;TLD_Flag={1},Churn_Flag={1},Months_Diff_TLD_Start_End={"&amp;gt;=-36 &amp;lt;=36"}&amp;gt;} Subscription_Id), Months_Diff_TLD_Start_End), 0, Rowno())&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Churn expression :&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;= if(Count(Distinct {&amp;lt;TLD_Flag = {1},Churn_Flag= {1},Months_Diff_TLD_Start_End = {"&amp;gt;=-36 &amp;lt;=36"}&amp;gt;} Subscription_Id)/1000 &amp;gt; 0,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;Count(Distinct {&amp;lt;TLD_Flag = {1},Churn_Flag= {1},Months_Diff_TLD_Start_End = {"&amp;gt;=-36 &amp;lt;=36"}&amp;gt;} Subscription_Id)/1000)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;using this churn expression i have to create accumulation expression but its not working as expected.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;I am using&amp;nbsp;Months_Diff_TLD_Start_End as column and its a derived column from the back end script.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;,(EXTRACT(YEAR FROM TLD_Expiry_Date) - EXTRACT(YEAR FROM Disc_Start_Date)) * 12&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333333"&gt;+ (EXTRACT(MONTH FROM TLD_Expiry_Date) - EXTRACT(MONTH FROM Disc_Start_Date)) AS Months_Diff_TLD_Start_End &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 11:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-is-not-working-in-Qliksense-pivot-table/m-p/2537299#M108783</guid>
      <dc:creator>Qlikbuddy</dc:creator>
      <dc:date>2025-11-26T11:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation is not working in Qliksense pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-is-not-working-in-Qliksense-pivot-table/m-p/2537317#M108790</link>
      <description>&lt;P&gt;May be this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rangesum(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Above(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Count(DISTINCT {&amp;lt;TLD_Flag = {1},Churn_Flag = {1},Months_Diff_TLD_Start_End = {"&amp;gt;=-36 &amp;lt;=36"}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;} Subscription_Id) / 1000,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 0,&lt;BR /&gt;RowNo(TOTAL))&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 14:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-is-not-working-in-Qliksense-pivot-table/m-p/2537317#M108790</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-26T14:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation is not working in Qliksense pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-is-not-working-in-Qliksense-pivot-table/m-p/2537429#M108820</link>
      <description>&lt;P&gt;The general approach is ok. but by more complex objects it may need some total-statements and/or even wrapping it with an aggr() maybe like:&lt;/P&gt;&lt;P&gt;rangesum(before(TOTAL MyExpr, 0, rowno(TOTAL)))&lt;/P&gt;&lt;P&gt;aggr(rangesum(before(TOTAL MyExpr, 0, rowno(TOTAL))), Dim1, Dim2)&lt;/P&gt;&lt;P&gt;I suggest to start with a new chart and only a single dimension +&amp;nbsp;MyExpr and the accumulation. If it worked like expected you could add step by step more complexity.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 13:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-is-not-working-in-Qliksense-pivot-table/m-p/2537429#M108820</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-11-27T13:44:30Z</dc:date>
    </item>
  </channel>
</rss>

