<?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? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/aggr/m-p/181710#M47622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Marc Kaiser,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I got your problem. make the expression like the below.&lt;/P&gt;&lt;P&gt;=sum(distinct {MainGroup &amp;amp; Member}, Value)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=sum(distinct{MainGroup and Member},value)&lt;/P&gt;&lt;P&gt;if it is not working, please kindly ignore this reply..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2011 13:10:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-25T13:10:00Z</dc:date>
    <item>
      <title>aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/181709#M47621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I have the follwowing source table and have not found yet an approach how to achieve the expected result:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source table&lt;BR /&gt;&lt;/STRONG&gt; MainGroup Subgroup Group Member Value&lt;BR /&gt;Main1 Sub1 Group1 Tony 100&lt;BR /&gt;Main1 Sub2 Group2 Andrew 100&lt;BR /&gt;Main1 Sub3 Group3 Tony 100&lt;BR /&gt;Main2 Sub1 Group4 Tony 200&lt;BR /&gt;Main2 Sub2 Group5 Tony 200&lt;BR /&gt;&lt;BR /&gt;The value is related to MainGorup and Member - no matter what Subgroup or Group is present.&lt;BR /&gt;No matter how many Subgroups / Groups are present, the member only pays once per MainGroup.&lt;BR /&gt;&lt;BR /&gt;So, the following result table is expected.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Result table&lt;BR /&gt;&lt;/STRONG&gt; MainGroup Member Value&lt;BR /&gt;Main1 Tony 100&lt;BR /&gt;Main1 Andrew 100&lt;BR /&gt;Main2 Tony 200&lt;BR /&gt; &lt;STRONG&gt;Sum 400&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any idea how to set up the needed expression?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 12:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/181709#M47621</guid>
      <dc:creator>Marc_Kaiser</dc:creator>
      <dc:date>2011-03-25T12:56:43Z</dc:date>
    </item>
    <item>
      <title>aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/181710#M47622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Marc Kaiser,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I got your problem. make the expression like the below.&lt;/P&gt;&lt;P&gt;=sum(distinct {MainGroup &amp;amp; Member}, Value)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=sum(distinct{MainGroup and Member},value)&lt;/P&gt;&lt;P&gt;if it is not working, please kindly ignore this reply..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 13:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/181710#M47622</guid>
      <dc:creator />
      <dc:date>2011-03-25T13:10:00Z</dc:date>
    </item>
    <item>
      <title>aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/181711#M47623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;if the value is always teh same for a MainGroup then using &lt;STRONG&gt;sum(distinct Value)&lt;/STRONG&gt; in th expression will do the trick.&lt;/P&gt;&lt;P&gt;look at the attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 13:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/181711#M47623</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-03-25T13:18:55Z</dc:date>
    </item>
    <item>
      <title>aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/181712#M47624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Maingroup,&lt;/P&gt;&lt;P&gt;Member,&lt;/P&gt;&lt;P&gt;sum(Value) as Value&lt;/P&gt;&lt;P&gt;Resident Sourcetable group by Maingroup,Member;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 13:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/181712#M47624</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-03-25T13:19:00Z</dc:date>
    </item>
    <item>
      <title>aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/181713#M47625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;P&gt;After reading and implementing all of your input, I realized I wasn't accurate enough.&lt;/P&gt;&lt;P&gt;Attached the app / expression with the solution I was looking for. AGGR was the solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 23:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/181713#M47625</guid>
      <dc:creator>Marc_Kaiser</dc:creator>
      <dc:date>2011-03-25T23:35:17Z</dc:date>
    </item>
  </channel>
</rss>

