<?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: How to use multiple sums in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071817#M944710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid that won't do it, because I want to display the &lt;EM&gt;percentage&lt;/EM&gt; of 'Toewijzing' with regard to the total of 'Toewijzing' + 'Afwijzing' (acceptance and decline).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 12:41:20 GMT</pubDate>
    <dc:creator>hansdevr</dc:creator>
    <dc:date>2016-01-12T12:41:20Z</dc:date>
    <item>
      <title>How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071813#M944706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a dashboard in which a decline/accept percentage on damage claims is calculated.&lt;/P&gt;&lt;P&gt;For one date it's not that hard: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Toewijzing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) / (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Toewijzing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Afwijzing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Each record in my table has a 0 / 1 or a 1 / 0 value for these two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to plot the acceptance percentage in a graph, showing this year and the past 3 years (Y-axis percentage, X-axis months). I want to give it a try using set analysis (to which I'm sort of a newbie), but I wonder how to do this, as multiple sums in one statement are not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone any idea how I should go about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071813#M944706</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-01-12T09:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071814#M944707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Toewijzing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) / (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Toewijzing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) +&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Afwijzing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071814#M944707</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-12T10:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071815#M944708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shureshqv, thanks, but this is just another way of writing the same thing.. I would like to know how to translate this to a set analysis expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 11:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071815#M944708</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-01-12T11:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071816#M944709</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;U can use as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for static values as Sum({&amp;lt;Year={'2016','2015','2014','2013'}&amp;gt;}Toewijzing) [use same set analysis in rest of expressions]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for dynamic year values&lt;/P&gt;&lt;P&gt;set variable V_Year= year(today)-4 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;year={'&amp;gt;=$(=&lt;SPAN style="font-size: 13.3333px;"&gt;V_Year&lt;/SPAN&gt;)'}&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;Toewijzing&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071816#M944709</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2016-01-12T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071817#M944710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid that won't do it, because I want to display the &lt;EM&gt;percentage&lt;/EM&gt; of 'Toewijzing' with regard to the total of 'Toewijzing' + 'Afwijzing' (acceptance and decline).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071817#M944710</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-01-12T12:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071818#M944711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came up with this, which seems to work.&amp;nbsp; Only thing is, it seems to be ridiculously long and I have the feeling it could be much more simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 100 * (&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadecategorie]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadecategorie]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadesoort]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadesoort]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jaar besluit]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vDitJaar)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Toewijzing]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt; &lt;BR /&gt; / &lt;BR /&gt; &lt;BR /&gt; (&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadecategorie]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadecategorie]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadesoort]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadesoort]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jaar besluit]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vDitJaar)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Toewijzing]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt; &lt;BR /&gt; + &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadecategorie]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadecategorie]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadesoort]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Schadesoort]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jaar besluit]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vDitJaar)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Afwijzing]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt; )&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071818#M944711</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-01-12T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071819#M944712</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;Your Expression can be like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_145260387387042" jivemacro_uid="_145260387387042"&gt;
&lt;P&gt;sum({&amp;lt;Year={'&amp;gt;=$(=Max(year)-4)'}&amp;gt;}Toewijzing) / (sum({&amp;lt;Year={'&amp;gt;=$(=Max(year)-4)'}&amp;gt;}Toewijzing) +Sum({&amp;lt;Year={'&amp;gt;=$(=Max(year)-4)'}&amp;gt;}Afwijzing))&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 13:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071819#M944712</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-12T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071820#M944713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({$&amp;lt;Year={'&amp;gt; $(=max(Year)-3)&amp;nbsp; &amp;lt;= $(=max(Year))'}&amp;gt;}&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;Toewijzing&lt;/SPAN&gt;)/(&lt;SPAN style="font-size: 13.3333px;"&gt;sum({$&amp;lt;Year={'&amp;gt; $(=max(Year)-3)&amp;nbsp; &amp;lt;= $(=max(Year))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;Toewijzing&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)+&lt;SPAN style="font-size: 13.3333px;"&gt;sum({$&amp;lt;Year={'&amp;gt; $(=max(Year)-3)&amp;nbsp; &amp;lt;= $(=max(Year))'}&amp;gt;}&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;Afwijzing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 13:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071820#M944713</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-12T13:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071821#M944714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx, pradeep,&lt;/P&gt;&lt;P&gt;I will try this ASAP and report back here! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071821#M944714</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-01-12T14:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071822#M944715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx, Hirish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try this ASAP and report back here! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071822#M944715</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-01-12T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple sums in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071823#M944716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both solutions worked, thank you both very much!!&lt;/P&gt;&lt;P&gt;I was especially happy to see, that both solutions came close to what I suggested, so my train of thought was in the right direction. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I could only mark one solution as correct.... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-multiple-sums-in-Set-Analysis/m-p/1071823#M944716</guid>
      <dc:creator>hansdevr</dc:creator>
      <dc:date>2016-01-13T07:43:51Z</dc:date>
    </item>
  </channel>
</rss>

