<?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: accumulating sales using rowno in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136157#M900909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;installed QV12. how should the formula look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 14:07:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-12T14:07:02Z</dc:date>
    <item>
      <title>accumulating sales using rowno</title>
      <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136150#M900902</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;I am using following formula for accumulate sales: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;RangeSum(Above($(vSalesACT), 0, RowNo()))&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;/ &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SUM( total {$&amp;lt;DataCategory = {'ACT'}, Cat1_ID = {'1'}&amp;gt;}&amp;nbsp; $(=%VALUE))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the sort funktion is not working. Is there any trick to avoid rowno?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;SandMan&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/accumulating-sales-using-rowno/m-p/1136150#M900902</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: accumulating sales using rowno</title>
      <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136151#M900903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peek() can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide a sample data and the expected output ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 09:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136151#M900903</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-07-12T09:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: accumulating sales using rowno</title>
      <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136152#M900904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you actually want to sum up,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum of&amp;nbsp; $(vSalesACT) from its current position till ?Is it from the first row till the current position ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Are you using a straight table ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 09:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136152#M900904</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-07-12T09:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: accumulating sales using rowno</title>
      <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136153#M900905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to sum up Sales for selected stores --&amp;gt; 1st postion until last. yes straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 09:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136153#M900905</guid>
      <dc:creator />
      <dc:date>2016-07-12T09:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: accumulating sales using rowno</title>
      <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136154#M900906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are doing this in which chart object? You might be able to use Aggr() function without script manipulation if you are using QV12&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4673"&gt;The sortable Aggr function is finally here!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 10:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136154#M900906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-12T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: accumulating sales using rowno</title>
      <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136155#M900907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are using QV 11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 10:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136155#M900907</guid>
      <dc:creator />
      <dc:date>2016-07-12T10:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: accumulating sales using rowno</title>
      <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136156#M900908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can check the link posted by Sunny.&lt;/P&gt;&lt;P&gt;In case still you are stuck, then let us know by providing sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 11:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136156#M900908</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-07-12T11:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: accumulating sales using rowno</title>
      <link>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136157#M900909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;installed QV12. how should the formula look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/accumulating-sales-using-rowno/m-p/1136157#M900909</guid>
      <dc:creator />
      <dc:date>2016-07-12T14:07:02Z</dc:date>
    </item>
  </channel>
</rss>

