<?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 Aggr Sum with multiple set analysis query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456159#M794531</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;&lt;/P&gt;&lt;P&gt;I have an expression where I need to use multiple set analysis criteria. A simplified version is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Set Analysis Criteria 1&amp;gt;} Aggr (Sum &lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Set Analysis Criteria 1&amp;gt;}&amp;nbsp; Sales), Division))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Set Analysis Criteria 2&amp;gt;} Aggr (Sum &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Set Analysis Criteria 2&amp;gt;}&amp;nbsp; Sales), Division))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I was hoping and expecting that I could combine them into a simpler version, e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Set Analysis Criteria 1&amp;gt;+&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;Set Analysis Criteria 2&amp;gt;&lt;/SPAN&gt;} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Aggr (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Set Analysis Criteria 1&amp;gt;+&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;Set Analysis Criteria 2&amp;gt;&lt;/SPAN&gt;}&amp;nbsp; Sales), Division))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but this isnt giving me the same answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Does it not work like this? Or is it not working in mine becuse of the set analysis criteria I am using?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would be grateful of any help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Also, as a side question, do I necessary need the same Set analysis criteria after both "sums" in a sum-aggr-sum expression?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Karl_Hart</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456159#M794531</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;&lt;/P&gt;&lt;P&gt;I have an expression where I need to use multiple set analysis criteria. A simplified version is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Set Analysis Criteria 1&amp;gt;} Aggr (Sum &lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Set Analysis Criteria 1&amp;gt;}&amp;nbsp; Sales), Division))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Set Analysis Criteria 2&amp;gt;} Aggr (Sum &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Set Analysis Criteria 2&amp;gt;}&amp;nbsp; Sales), Division))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I was hoping and expecting that I could combine them into a simpler version, e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Set Analysis Criteria 1&amp;gt;+&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;Set Analysis Criteria 2&amp;gt;&lt;/SPAN&gt;} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Aggr (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Set Analysis Criteria 1&amp;gt;+&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;Set Analysis Criteria 2&amp;gt;&lt;/SPAN&gt;}&amp;nbsp; Sales), Division))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but this isnt giving me the same answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Does it not work like this? Or is it not working in mine becuse of the set analysis criteria I am using?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would be grateful of any help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Also, as a side question, do I necessary need the same Set analysis criteria after both "sums" in a sum-aggr-sum expression?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456159#M794531</guid>
      <dc:creator>Karl_Hart</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456160#M794532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not always are they going to work... if the set analysis overlap, the sum from the two expressions can overlap and the two expressions can give you very different numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your second question, it usually makes sense to add the same set analysis from your inner aggregation to your outer aggregation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456160#M794532</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456161#M794533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post full metric to check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456161#M794533</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-28T12:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456162#M794534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My real expression is something more like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;Transaction_Type={'C'}&amp;gt;}&lt;/P&gt;&lt;P&gt;Aggr (Sum &lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Transaction_Type={'C'}&amp;gt;}&lt;/SPAN&gt;Value), CustomerID, Week))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum ({&amp;lt;Transaction_Type={'C'},&amp;nbsp; Customer_Name={'Void'}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Aggr (Sum &lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Transaction_Type={'C'}, Customer_Name={'Void'}&amp;gt;}&lt;/SPAN&gt;Value), CustomerID, Week))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum ({&amp;lt;Transaction_Type={'C'}, Customer_Type={2}, Customer_Name={'*'}-{'Void'}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Aggr (Sum &lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;Transaction_Type={'C'}, Customer_Type={2}, Customer_Name={'*'}-{'Void'}&amp;gt;}&lt;/SPAN&gt;Value), CustomerID, Week))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So, its a case of&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Show me the sum off all C transactions&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Less all C transactions for Voids&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Less all C transactions for Type 2 customers except Voids (as they have been excluded above)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If someone can show me a better / cleaner way of writing that, I would appreciate it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456162#M794534</guid>
      <dc:creator>Karl_Hart</dc:creator>
      <dc:date>2017-12-28T12:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456163#M794536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way to do this would be (not that it would be any better)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RangeSum(Sum(&lt;SPAN style="font-family: inherit; font-style: inherit; font-size: 13.3333px;"&gt;{&amp;lt;Transaction_Type={'C'}&amp;gt;}&lt;/SPAN&gt;Value),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;SPAN style="font-size: 10pt;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 10pt; font-style: inherit;"&gt;{&amp;lt;Transaction_Type={'C'}, Customer_Name={'Void'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Value),&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;SPAN style="font-size: 10pt;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 10pt; font-style: inherit;"&gt;{&amp;lt;Transaction_Type={'C'}, Customer_Type={2}, Customer_Name={'*'}-{'Void'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Value))&lt;/SPAN&gt;&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;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;, CustomerID, Week))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456163#M794536</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T12:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456164#M794537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in which object you are using the expression ? as you are using aggr(sum() it must be a text box.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Karl Hart wrote:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;So, its a case of&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Show me the sum off all C transactions&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Less all&lt;/STRONG&gt; C transactions for Voids&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Less all&lt;/STRONG&gt; C transactions for Type 2 customers except Voids (as they have been excluded above)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;If someone can show me a better / cleaner way of writing that, I would appreciate it&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;when you said less all you meant diffrence or exclusion ? if exclusion and i understood it correctly than you dont need a complex expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456164#M794537</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-28T13:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456165#M794538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HI,&lt;/SPAN&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;try this&lt;/SPAN&gt;&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(&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aggr(&lt;/STRONG&gt;&lt;/SPAN&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum ( {&amp;lt;Transaction_Type={'C'} ,&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Customer_Type-={2}&lt;/SPAN&gt; , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Customer_Name-={'Void'}&lt;/SPAN&gt;&amp;gt;} Value)&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; ,&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; CustomerID, Week&lt;/STRONG&gt;&lt;/STRONG&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;&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; )&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456165#M794538</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-12-28T14:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456166#M794539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that has worked and reduced the calculation time - which is what I was trying to achieve with this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456166#M794539</guid>
      <dc:creator>Karl_Hart</dc:creator>
      <dc:date>2017-12-28T14:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Aggr Sum with multiple set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456167#M794541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I did think about this after I posted the question, but there is another criteria which I didnt include which means there is some overlapping and so this wouldnt work in my case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Aggr-Sum-with-multiple-set-analysis-query/m-p/1456167#M794541</guid>
      <dc:creator>Karl_Hart</dc:creator>
      <dc:date>2017-12-28T14:08:52Z</dc:date>
    </item>
  </channel>
</rss>

