<?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: RE: Total sum of rows in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068106#M17382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think gysbert is right that, I don't see how this can be done dynamically, but if you know the upper limit to the number of expressions that you might have, you can add them to the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeAvg(Column(1), Column(2), Column(3), Column(4), Column(5), Column(6), ......)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 08:44:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-15T08:44:09Z</dc:date>
    <item>
      <title>RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068084#M17360</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;A _jive_internal="true" data-avatarid="1025" data-externalid="" data-online="false" data-presence="null" data-userid="133561" data-username="settu_periasamy" href="https://community.qlik.com/people/settu_periasamy" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;" target="_blank"&gt;settu_periasamy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i have stright table in my Qliksense app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have&amp;nbsp; one dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 measures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to&amp;nbsp; get the&amp;nbsp; avg total of&amp;nbsp; that three rows&amp;nbsp;&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this posible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2021 20:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068084#M17360</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2021-12-22T20:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068085#M17361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want the average of the outcomes of the measures you can use the rangeavg function: rangeavg( sum(X), sum(Y), sum(Z) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want the average of the outcomes for three dimension values you can use something like avg(total aggr(sum(X),DimensionA))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068085#M17361</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-14T12:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068086#M17362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;"avg total of that three rows"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which 3 rows? where do you want to get the total? in a KPI object? on the chart itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068086#M17362</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-14T12:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068087#M17363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can we give the sum(x)&amp;nbsp; value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068087#M17363</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T12:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068088#M17364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;avg of that 3rows means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hve three measures na so&amp;nbsp; i need&amp;nbsp; those sum of avg?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068088#M17364</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T12:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068089#M17365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;plz chk image&amp;nbsp;&amp;nbsp; and how to get the expresion?&lt;/P&gt;&lt;P&gt;above i have oe dimension 3measures&amp;nbsp; and i want avg&amp;nbsp; of that total?&lt;/P&gt;&lt;P&gt;how can i write exp?&lt;IMG alt="sense-piv.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117905_sense-piv.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068089#M17365</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T13:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068090#M17366</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;i want avg&amp;nbsp; of that total? &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;I don't know if you want that. I don't even know what total you're talking about.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068090#M17366</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-14T13:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068091#M17367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i mean&amp;nbsp; the&amp;nbsp; three measures row wise&amp;nbsp; sum ?&amp;nbsp; and&amp;nbsp; avg of that three measures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068091#M17367</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068092#M17368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in abve&amp;nbsp; image&lt;/P&gt;&lt;P&gt;yearsalry+count+office=total&amp;nbsp;&amp;nbsp;&amp;nbsp; of frst row&amp;nbsp;&amp;nbsp; 2nd row 3rd row and then avf of all&lt;/P&gt;&lt;P&gt;60000+1+2=60003&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068092#M17368</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T13:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068093#M17369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you share a sample and let us know what your expected output is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068093#M17369</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-14T13:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068094#M17370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg(Aggr(yearsalry+count+office, EmpID))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068094#M17370</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-14T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068095#M17371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may i know the path of our working qvf?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&amp;nbsp; i frgt sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068095#M17371</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T13:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068096#M17372</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;C:\Users\&lt;SPAN style="color: #ff0000;"&gt;YourUserID&lt;/SPAN&gt;\Documents\Qlik\Sense\Apps&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068096#M17372</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-14T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068097#M17373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnk q sunny..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA for my qvf&amp;nbsp;&amp;nbsp;&amp;nbsp; in new sheet&amp;nbsp; i hve pivot table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest fror the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068097#M17373</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T14:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068098#M17374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117932_Capture.PNG" style="height: 106px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used this expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeAvg(Sum(year), Sum([Year Salary]), Min([Year Salary]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 15:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068098#M17374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-14T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068099#M17375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks sunny,&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need that&amp;nbsp; am sure..but&amp;nbsp; i need to chk with original data&amp;nbsp; tommorw and come back to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 15:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068099#M17375</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068100#M17376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/sunindia"&gt;sunindia&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The solution which u hve provided is correct.&amp;nbsp; But&amp;nbsp; is it posible to do dynamically?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean if we hve 3 measures&amp;nbsp; so we simply used that in expression&amp;nbsp; in future&amp;nbsp; we will get more measures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 05:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068100#M17376</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-15T05:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068101#M17377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp; how to use dynamically?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i mean if we hve 3 measures&amp;nbsp; so we simply used that in expression&amp;nbsp; in future&amp;nbsp; we will get more measures?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 05:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068101#M17377</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-15T05:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068102#M17378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It cannot be done dynamically. Measures are not created dynamically. If you add a measure to your chart you have to do that dynamically. And you will have to change the rangeavg measure manually after you manually added a new measure to your chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 06:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068102#M17378</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-15T06:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Total sum of rows</title>
      <link>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068103#M17379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean that the number of the expression might increase from 3 or the names might change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 08:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RE-Total-sum-of-rows/m-p/1068103#M17379</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-15T08:13:03Z</dc:date>
    </item>
  </channel>
</rss>

