<?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: Accumulation in script help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317158#M408729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2017 18:03:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-25T18:03:37Z</dc:date>
    <item>
      <title>Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317155#M408726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to get count of rows in load script&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;24/04/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;25/04/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;26/04/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;27/04/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 37&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;want to know count of rows if select &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;26/04/2017 - count should be&amp;nbsp; 3, if &lt;SPAN style="font-size: 13.3333px;"&gt;27/04/2017 --- count should be 4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317155#M408726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T17:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317156#M408727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean if 27/04/2017 is selected count should be 4.... may be use RowNo() to count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as Count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By Date Asc;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317156#M408727</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-25T17:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317157#M408728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let var = NoofRows('YourTable');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317157#M408728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T17:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317158#M408729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317158#M408729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T18:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317159#M408730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you explain again what you need...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317159#M408730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T18:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317160#M408731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want an extra field in load script where&amp;nbsp; it should tell me the count of rows, if I select 26th Date it should show the count as 3 and if it is 27th count as 4 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317160#M408731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T18:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317161#M408732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what issue did you run into by using RowNo()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317161#M408732</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-25T18:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317162#M408733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls find attached app Sunny, whenever I select dates the count is shown as 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317162#M408733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T18:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317163#M408734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Max(Count1) as your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317163#M408734</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-25T18:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317164#M408735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx Sunny, my bad, i haven't posted the my entire question correctly, I want 1 step back accumulation in the script as a new field &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317164#M408735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T18:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317165#M408736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; I want 1 step back accumulation in the script as a new field&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Can you explain this with an example? I am not sure I understand this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317165#M408736</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-25T18:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317166#M408737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the above case, if I select 24th Date Sum of ID should be 11,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; if I select 25th Date Sum of ID should be 10 + 11&amp;nbsp; --&amp;gt;21&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;if I select 26th Date Sum of ID should be&amp;nbsp; 12 +10 - &amp;gt; 22&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317166#M408737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T18:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in script help</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317167#M408738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24/04/2017, 11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25/04/2017, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 26/04/2017, 12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 27/04/2017, 37&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; RowNo() as Count1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; RangeSum(Peek('CumID'), ID) as CumID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By Date asc;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop table A;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-script-help/m-p/1317167#M408738</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-25T18:50:46Z</dc:date>
    </item>
  </channel>
</rss>

