<?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 Aggr Sum not working with Multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197477#M57133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fredrik,&lt;/P&gt;&lt;P&gt;Please find the attached file for a simplied version of my report. In this report, if you pick only 1 "TR", the value of variable - "V1" would be shown properly. However, if you select multiple values for "TR", the value of "V1" shown as "-" for all the selected rows in the straight table. Please let me know if you have any idea on how to fix this problem. Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Lewis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Mar 2010 08:50:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-31T08:50:05Z</dc:date>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197471#M57127</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;I create a variable contains the following formula:&lt;/P&gt;&lt;P&gt;aggr(sum(sales),country)&lt;/P&gt;&lt;P&gt;And I created a straight table showing &amp;lt;country&amp;gt; and &amp;lt;sales per country&amp;gt; by using the above variable. It works fine when I only choose 1 country. But when I select multiple countries in my report, value of this value becomes '-' for all the selected countries in the straight table.&lt;/P&gt;&lt;P&gt;Can someone give me a hand on this? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 09:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197471#M57127</guid>
      <dc:creator />
      <dc:date>2010-03-30T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197472#M57128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Why do you use aggr if you have &amp;lt;country&amp;gt; in your straigt table?&lt;BR /&gt;sum(sales) should work just fine.&lt;/P&gt;&lt;P&gt;/Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 12:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197472#M57128</guid>
      <dc:creator />
      <dc:date>2010-03-30T12:56:26Z</dc:date>
    </item>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197473#M57129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try using the NODISTINCT option when using the AGGR function:&lt;/P&gt;&lt;P&gt;AGGR(NODISTINCT sum(sales), country)&lt;/P&gt;&lt;P&gt;With the use of the NODISTINCT option the AGGR function will return multiple values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;BR /&gt;Steven&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 19:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197473#M57129</guid>
      <dc:creator>ssamuels</dc:creator>
      <dc:date>2010-03-30T19:15:02Z</dc:date>
    </item>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197474#M57130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fredrik,&lt;/P&gt;&lt;P&gt;Actually, there are some other dimensions on my straight table and I need to set the background color according to the sum of sales by country.&lt;/P&gt;&lt;P&gt;I'm new to Qlikview, and I feel unsave to use sum(sales) instead of aggr because I don't know which level (dimension) Qlikview is grouping the data by. Is there any way I can ensure the sum is always by country level if I use sum(sales)? Thanks.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Lewis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 02:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197474#M57130</guid>
      <dc:creator />
      <dc:date>2010-03-31T02:04:46Z</dc:date>
    </item>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197475#M57131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;I tried AGGR(NODISTINCT sum(sales), country), but it's not working. Actually, all the rows in my striaght table are already grouped by country and they should be distinct values already. Is there anything else I should check? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Lewis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 02:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197475#M57131</guid>
      <dc:creator />
      <dc:date>2010-03-31T02:09:14Z</dc:date>
    </item>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197476#M57132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lewis&lt;/P&gt;&lt;P&gt;Any chance you can post an exemple application. That would probably give you a solution quickly &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;/Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 08:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197476#M57132</guid>
      <dc:creator />
      <dc:date>2010-03-31T08:13:49Z</dc:date>
    </item>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197477#M57133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fredrik,&lt;/P&gt;&lt;P&gt;Please find the attached file for a simplied version of my report. In this report, if you pick only 1 "TR", the value of variable - "V1" would be shown properly. However, if you select multiple values for "TR", the value of "V1" shown as "-" for all the selected rows in the straight table. Please let me know if you have any idea on how to fix this problem. Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Lewis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 08:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197477#M57133</guid>
      <dc:creator />
      <dc:date>2010-03-31T08:50:05Z</dc:date>
    </item>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197478#M57134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See the attached file. Minor changes but oh so important...&lt;/P&gt;&lt;P&gt;regards&lt;BR /&gt;/Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 14:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197478#M57134</guid>
      <dc:creator />
      <dc:date>2010-03-31T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197479#M57135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fredrik,&lt;/P&gt;&lt;P&gt;It is exactly what I need, thanks a lot for your help. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lewis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 04:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/197479#M57135</guid>
      <dc:creator />
      <dc:date>2010-04-01T04:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Sum not working with Multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/2116864#M1224556</link>
      <description>&lt;P&gt;Thanks! This saved me.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 08:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Sum-not-working-with-Multiple-values/m-p/2116864#M1224556</guid>
      <dc:creator>Nitish91</dc:creator>
      <dc:date>2023-09-14T08:46:06Z</dc:date>
    </item>
  </channel>
</rss>

