<?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 Sum of Rows not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637451#M233757</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;I need to show &lt;STRONG&gt;number&lt;/STRONG&gt; of top deals in a table. Users input the number from a Input box (variable &lt;EM&gt;vTopValue&lt;/EM&gt;). This variable is used in &lt;STRONG&gt;Max Number&lt;/STRONG&gt; (presentation tab) to display the user specified number of top deals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, even if I set the Total Mode as Sum of Rows, the total still displays expression total. How do I just show the total of the displayed rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to pass the variable in Dimension limits. But that doesn't work either. Seems it doesn't work for a calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion how do I show the Sum of Rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2014 08:20:58 GMT</pubDate>
    <dc:creator>bhaskarsharma03</dc:creator>
    <dc:date>2014-05-19T08:20:58Z</dc:date>
    <item>
      <title>Sum of Rows not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637451#M233757</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;I need to show &lt;STRONG&gt;number&lt;/STRONG&gt; of top deals in a table. Users input the number from a Input box (variable &lt;EM&gt;vTopValue&lt;/EM&gt;). This variable is used in &lt;STRONG&gt;Max Number&lt;/STRONG&gt; (presentation tab) to display the user specified number of top deals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, even if I set the Total Mode as Sum of Rows, the total still displays expression total. How do I just show the total of the displayed rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to pass the variable in Dimension limits. But that doesn't work either. Seems it doesn't work for a calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion how do I show the Sum of Rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 08:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637451#M233757</guid>
      <dc:creator>bhaskarsharma03</dc:creator>
      <dc:date>2014-05-19T08:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637452#M233758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send me the expression used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 08:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637452#M233758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-19T08:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637453#M233759</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;In your expression, please write as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(AGGR (Sum (Sales)), Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve sum of rows issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 08:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637453#M233759</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2014-05-19T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637454#M233760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bhaskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use AGGR Function in your expression&lt;/P&gt;&lt;P&gt;for example productwise&amp;nbsp; SalesAmount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(AGGR(SUM SalesAmount),ProductID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;It will work.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kiran Rode&lt;/P&gt;&lt;P&gt;+91 897 697 7897&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 08:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637454#M233760</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-05-19T08:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637455#M233761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 08:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-not-working/m-p/637455#M233761</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-19T08:45:20Z</dc:date>
    </item>
  </channel>
</rss>

