<?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 in Pivot Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulation-in-Pivot-Chart/m-p/1315604#M841873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on full accumulation in pivot chart by using Rangesum and Above function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Aggr in expression and Limiting time period by using variable for From date and To date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By applying Rangesum , I am getting correct Accumulation for desired period, but getting 0 value for before desired time period and Last value remain constant for after time period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. If I am considering time period from 1st April, 2017 to 15th April 2017, I am getting 0 values for 1st Jan 2014 to 31st March, 2017 and 15 is constant for 15th April, 2017 onward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help to remove these 0 Values and these constant values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Exp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()=6,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(SUM(AGGR(Count({&amp;lt;POSTING_NUM={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},TIME_INTERVAL_STATUS={'DELAY'},QV_REPORT = {'Page Release'},DATE-={' '},DATE_TYPE={'Distinct'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV_FLAG={'Time'}&amp;gt;} DISTINCT POSTING_NUM),STATE,PLANT,EDITION_DESCPRTION,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALENDER_PROD_DATE,QV_REPORT)),0,RowNo())),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(AGGR(Count({&amp;lt;POSTING_NUM={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},TIME_INTERVAL_STATUS={'DELAY'},QV_REPORT = {'Page Release'},DATE-={' '},DATE_TYPE={'Distinct'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV_FLAG={'Time'}&amp;gt;} DISTINCT POSTING_NUM),STATE,PLANT,EDITION_DESCPRTION,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALENDER_PROD_DATE,QV_REPORT))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Accumulation in Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-Pivot-Chart/m-p/1315604#M841873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on full accumulation in pivot chart by using Rangesum and Above function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Aggr in expression and Limiting time period by using variable for From date and To date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By applying Rangesum , I am getting correct Accumulation for desired period, but getting 0 value for before desired time period and Last value remain constant for after time period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. If I am considering time period from 1st April, 2017 to 15th April 2017, I am getting 0 values for 1st Jan 2014 to 31st March, 2017 and 15 is constant for 15th April, 2017 onward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help to remove these 0 Values and these constant values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Exp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()=6,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(SUM(AGGR(Count({&amp;lt;POSTING_NUM={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},TIME_INTERVAL_STATUS={'DELAY'},QV_REPORT = {'Page Release'},DATE-={' '},DATE_TYPE={'Distinct'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV_FLAG={'Time'}&amp;gt;} DISTINCT POSTING_NUM),STATE,PLANT,EDITION_DESCPRTION,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALENDER_PROD_DATE,QV_REPORT)),0,RowNo())),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(AGGR(Count({&amp;lt;POSTING_NUM={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},TIME_INTERVAL_STATUS={'DELAY'},QV_REPORT = {'Page Release'},DATE-={' '},DATE_TYPE={'Distinct'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV_FLAG={'Time'}&amp;gt;} DISTINCT POSTING_NUM),STATE,PLANT,EDITION_DESCPRTION,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALENDER_PROD_DATE,QV_REPORT))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&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/Accumulation-in-Pivot-Chart/m-p/1315604#M841873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

