<?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: How to get total field with auto increment in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38648#M783767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see also:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/294971"&gt;how to add values to total&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 21:52:24 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2018-03-16T21:52:24Z</dc:date>
    <item>
      <title>How to get total field with auto increment</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38645#M783764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have a source &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid rgb(0, 0, 0); width: 140px; height: 78px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Product &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to display with extra column like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid rgb(0, 0, 0); width: 184px; height: 83px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Total&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;250&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;350&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get total field by auto increment.&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/How-to-get-total-field-with-auto-increment/m-p/38645#M783764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get total field with auto increment</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38646#M783765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Amar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this&lt;/P&gt;&lt;P&gt;aggr( rangesum(above( sum(Price), 0, rowno() )), Price)&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 18:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38646#M783765</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2018-03-16T18:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get total field with auto increment</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38647#M783766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like duplicate thread!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 19:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38647#M783766</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-16T19:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get total field with auto increment</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38648#M783767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see also:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/294971"&gt;how to add values to total&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 21:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38648#M783767</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-03-16T21:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get total field with auto increment</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38649#M783768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out.&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196609_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 01:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38649#M783768</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-03-17T01:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get total field with auto increment</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38650#M783769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(above(sum(Price),0,RowNo()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 02:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-total-field-with-auto-increment/m-p/38650#M783769</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-17T02:47:12Z</dc:date>
    </item>
  </channel>
</rss>

