<?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 QS does not support Full Accumulation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925639#M12769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below code work fine in QV with Full Accumulation turn on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct(if(inv&amp;gt;'800000' and&amp;nbsp; inv&amp;lt;'899999' and year,inv)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in QS , it does not have Accumulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know how to modify the script above ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 02:00:27 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2015-10-20T02:00:27Z</dc:date>
    <item>
      <title>QS does not support Full Accumulation</title>
      <link>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925639#M12769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below code work fine in QV with Full Accumulation turn on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct(if(inv&amp;gt;'800000' and&amp;nbsp; inv&amp;lt;'899999' and year,inv)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in QS , it does not have Accumulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know how to modify the script above ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 02:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925639#M12769</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-10-20T02:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: QS does not support Full Accumulation</title>
      <link>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925640#M12770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at RangeSum function if in doubt post your qvf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial; color: #737373;"&gt;RangeSum(Above(Count(inv),0,RowNo()))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial; color: #737373;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm?Highlight=rangesum" title="http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm?Highlight=rangesum"&gt;http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm?Highli…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial; color: #737373;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 04:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925640#M12770</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-10-20T04:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: QS does not support Full Accumulation</title>
      <link>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925641#M12771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for give me the link , i will try out myself by read the post , in case i still unable to make it , i will post my doc here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925641#M12771</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-10-20T15:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: QS does not support Full Accumulation</title>
      <link>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925642#M12772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Good luck and let us know the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 20:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QS-does-not-support-Full-Accumulation/m-p/925642#M12772</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-10-20T20:38:43Z</dc:date>
    </item>
  </channel>
</rss>

