<?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: Sum of Rows in Text Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943113#M325061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the aggr function: sum(aggr(sum(Something),Dimension1, Dimension2, ...etc) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 18:13:42 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-12-16T18:13:42Z</dc:date>
    <item>
      <title>Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943112#M325060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to replicate the Sum of Rows in a Straight chart into a Text Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am facing is,the Total of an Expression is different when you individually calculate the expression for each quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943112#M325060</guid>
      <dc:creator />
      <dc:date>2015-12-16T18:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943113#M325061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the aggr function: sum(aggr(sum(Something),Dimension1, Dimension2, ...etc) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943113#M325061</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-16T18:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943114#M325062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;=sum(aggr(sum(unitPerItem&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;[Unit Price] *&lt;/TD&gt;&lt;TD&gt;[Rejected Items]), Date))&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;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109207_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943114#M325062</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-16T18:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943115#M325063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert - Isn't that the same thing as &lt;STRONG&gt;Sum(Something)&lt;/STRONG&gt; unless you have a distinct -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;STRONG&gt;Sum(Aggr(Sum(&lt;SPAN style="color: #ff0000;"&gt;DISTINCT&lt;/SPAN&gt; Something), Dimension1, Dimension2, ...etc)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943115#M325063</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-16T18:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943116#M325064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that,its not working in my case,wit the above example following expression is used in the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(sum(aggr(sum({&amp;lt;Test-={'Actual'},BrandId=p(DealId)&amp;gt;}CostPerBundle),Quarter,Id))/&lt;/P&gt;&lt;P&gt;sum(aggr(sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Test-&lt;/SPAN&gt;={'Actual'},BrandId=p(&lt;SPAN style="font-size: 13.3333px;"&gt;DealId&lt;/SPAN&gt;)&amp;gt;}TotaUnits),Quarter,Id)))&lt;/P&gt;&lt;P&gt;*sum(aggr(sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Test&lt;/SPAN&gt;={'Actual'},BrandId=p(&lt;SPAN style="font-size: 13.3333px;"&gt;DealId&lt;/SPAN&gt;)&amp;gt;}Rejected Items),Quarter,Id))*&lt;/P&gt;&lt;P&gt;sum(aggr(avg({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Test&lt;/SPAN&gt;={'Actual'},BrandId=p(&lt;SPAN style="font-size: 13.3333px;"&gt;DealId&lt;/SPAN&gt;)&amp;gt;}unitPerItem),Quarter,Id))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943116#M325064</guid>
      <dc:creator />
      <dc:date>2015-12-16T18:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943117#M325065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give this a try:&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;&lt;STRONG&gt;=Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; ((Sum({&amp;lt;Test-={'Actual'}, BrandId=p(DealId)&amp;gt;} CostPerBundle)/S&lt;SPAN style="line-height: 1.5em;"&gt;um({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; line-height: 1.5em; font-style: inherit; font-size: 13.3333px;"&gt;Test-&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;={'Actual'}, BrandId=p(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; line-height: 1.5em; font-style: inherit; font-size: 13.3333px;"&gt;DealId&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;)&amp;gt;} TotaUnits)) &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;* Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; line-height: 1.5em; font-style: inherit; font-size: 13.3333px;"&gt;Test&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;={'Actual'}, BrandId=p(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; line-height: 1.5em; font-style: inherit; font-size: 13.3333px;"&gt;DealId&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;)&amp;gt;} Rejected Items) * A&lt;/SPAN&gt;vg({&amp;lt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Test&lt;/SPAN&gt;={'Actual'}, BrandId=p(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DealId&lt;/SPAN&gt;)&amp;gt;} unitPerItem)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Quarter,Id))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943117#M325065</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-16T18:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943118#M325066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on the Something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 19:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943118#M325066</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-16T19:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943119#M325067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you mean if it is field or a bunch of calculations (like in his case a division and multiplication)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 19:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943119#M325067</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-16T19:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943120#M325068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Maxgro.....it worked well when I am just using the tree fields,but when I use the Set Analysis condition for all the three fields its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 20:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943120#M325068</guid>
      <dc:creator />
      <dc:date>2015-12-16T20:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943121#M325069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this John?&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;((Sum({&amp;lt;Test-={'Actual'}, BrandId=p(DealId)&amp;gt;} CostPerBundle)/S&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;um({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Test-&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;={'Actual'}, BrandId=p(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DealId&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&amp;gt;} TotaUnits)) &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;* Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Test&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;={'Actual'}, BrandId=p(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DealId&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&amp;gt;} Rejected Items) * A&lt;/SPAN&gt;vg({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Test&lt;/SPAN&gt;={'Actual'}, BrandId=p(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DealId&lt;/SPAN&gt;)&amp;gt;} unitPerItem)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Quarter,Id))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 20:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943121#M325069</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-16T20:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943122#M325070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny....tried that but it returns 0 for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(sum({&amp;lt;Scenario={'Actual'}&amp;gt;}Clms_Vol)*sum({&amp;lt;Scenario-={'Actual'}&amp;gt;}Unit*sum({&amp;lt;Scenario-={'Actual'}&amp;gt;}UnitPrice)),Quarter))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is what I require,unfortunately its not giving any output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 21:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943122#M325070</guid>
      <dc:creator />
      <dc:date>2015-12-16T21:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943123#M325071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this is a copy paste error, but you are missing a parenthesis here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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; &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;(&lt;/SPAN&gt;Sum({&amp;lt;Scenario={'Actual'}&amp;gt;}Clms_Vol) *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; Sum({&amp;lt;Scenario-={'Actual'}&amp;gt;}Unit&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;)&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;*&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&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; Sum({&amp;lt;Scenario-={'Actual'}&amp;gt;}UnitPrice))&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quarter))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 21:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943123#M325071</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-16T21:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943124#M325072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not taking the third expression for some reason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 21:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943124#M325072</guid>
      <dc:creator />
      <dc:date>2015-12-16T21:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943125#M325073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think,it was the problem with the fields and the setanalysis condition....but it works fine now...Thanks Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 22:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-in-Text-Box/m-p/943125#M325073</guid>
      <dc:creator />
      <dc:date>2015-12-16T22:01:46Z</dc:date>
    </item>
  </channel>
</rss>

