<?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 Distinct in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679068#M727045</link>
    <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;Unfortunately that doesn't work though.&amp;nbsp; The expression just returns a blank value.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2020 14:19:57 GMT</pubDate>
    <dc:creator>danielnevitt</dc:creator>
    <dc:date>2020-02-25T14:19:57Z</dc:date>
    <item>
      <title>Sum Distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679050#M727043</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have the attached data and would appreciate some help calculating the sum of the abs_pos_vol by distinct our_reference.&lt;/P&gt;&lt;P&gt;The values are slightly different, however I am happy to sum either the lower or higher value.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679050#M727043</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679063#M727044</link>
      <description>&lt;P&gt;May be this for max&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
  Max(Aggr(
    abs_pos_vol
  , our_reference))
, our_reference))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;or this for Min&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
  Min(Aggr(
    abs_pos_vol
  , our_reference))
, our_reference))&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 Feb 2020 14:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679063#M727044</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-25T14:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679068#M727045</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;Unfortunately that doesn't work though.&amp;nbsp; The expression just returns a blank value.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 14:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679068#M727045</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2020-02-25T14:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679081#M727046</link>
      <description>&lt;P&gt;What is&amp;nbsp;abs_pos_vol? a field or expression?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 14:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679081#M727046</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-25T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679096#M727047</link>
      <description>&lt;P&gt;abs_pos_vol is a numeric field.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679096#M727047</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2020-02-25T15:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679120#M727049</link>
      <description>&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
  Min(Aggr(
    abs_pos_vol
  , our_reference, abs_pos_vol))
, our_reference))&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1679120#M727049</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-25T15:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1688191#M727050</link>
      <description>&lt;P&gt;Daniel, did Sunny's last post get you what you needed?&amp;nbsp; If so, please do not forget to close out your thread by using the Accept as Solution button on that post of Sunny's to do so.&amp;nbsp; This also gives him credit for the assistance and will let other Members know it worked.&amp;nbsp; If you did something different, you can post what you did and then mark that, but please be sure to close this out if possible.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 15:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Distinct/m-p/1688191#M727050</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-26T15:22:27Z</dc:date>
    </item>
  </channel>
</rss>

