<?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: Re: Set Analysis: Sum with multiple conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600875#M1112664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I need to consider the balance from the previous date as an income too...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 15:25:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-18T15:25:26Z</dc:date>
    <item>
      <title>Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600866#M1112655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi best QV Community,&lt;/P&gt;&lt;P&gt;I’ve been using QlikView now for few months very smoothly without any major problem until now.&lt;/P&gt;&lt;P&gt;I’ve been spending a lot of time recently searching for an equivalent to (Excel) SUMIFS in QlikView using the values of a dimension as input conditions. I thought this was a straight forward task but my limited knowledge proved that I was wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To illustrate the problem with a simple example:&lt;/P&gt;&lt;P&gt;Let’s say that we have a data set containing the following fields [&lt;STRONG&gt;Date&lt;/STRONG&gt;], [&lt;STRONG&gt;Employee&lt;/STRONG&gt;], [&lt;STRONG&gt;Expenditures&lt;/STRONG&gt;] and [&lt;STRONG&gt;Balance&lt;/STRONG&gt;] (&lt;EM&gt;see attached picture&lt;/EM&gt;).&amp;nbsp; Using those fields I need to calculate the daily income for each active employee. This is a straight forward task in Excel using SUMIFS or SUMPRODUCT (&lt;EM&gt;See the solution in Excel in the attached picture)&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in short I need to find a way to translate: &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3366ff;"&gt;D10-SUMIFS(D:D,A:A,A10-1,B:B,B10)+C&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff;"&gt;10&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To something like that in QlikView:&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Balance - Sum ( { &amp;lt;Date =Date-1, Employee= Employee&amp;gt; } Balance) + Expenditures&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I order to create a new dimension called [&lt;STRONG&gt;Income&lt;/STRONG&gt;]. I also tried to use a different kind of &lt;STRONG&gt;Sum&lt;/STRONG&gt;(if(conditions)...., Balance) without any success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I belive that there must be a way to achieve that in QlikView but my knowledge in that matter seems to be limited. I therefore deeply appreciate any help from the community.&lt;/P&gt;&lt;P&gt;Many thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600866#M1112655</guid>
      <dc:creator />
      <dc:date>2014-02-18T14:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600867#M1112656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some sample data or apps?&lt;/P&gt;&lt;P&gt;This can be done by using previous and peek function in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600867#M1112656</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T14:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600868#M1112657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you&amp;nbsp; can created 2 variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vDate= date-1&lt;/P&gt;&lt;P&gt;vEmployee= employee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so your expression changes to this way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Balance - Sum({Date={'$(vDate)'}, Employee={'$(vEmployee)'}} Balance) + Expenditures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this does not help you, please attach an qvw example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600868#M1112657</guid>
      <dc:creator />
      <dc:date>2014-02-18T14:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600869#M1112658</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;try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(balance) - (RangeSum(Above(Sum(balance),Date-1,Employee))+sum(Expenditures)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;else upload the sample application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600869#M1112658</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2014-02-18T14:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600870#M1112659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;Thanks for you reply. Well the actual data set is huge. But I created a similar invirement to simplify. Please see the attached Excel Data set. You can just load Date, Employee, Expenditures and Balance and help me to calculate the Income as it is mentioned in the Excel solution.&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600870#M1112659</guid>
      <dc:creator />
      <dc:date>2014-02-18T14:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600871#M1112660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Income is the sum of &lt;STRONG&gt;Balance + Expenditure.&lt;/STRONG&gt; Put below in the expression for the output. &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;"&gt;Sum({Date={'$(vDate)'}, Employee={'$(vEmployee)'}} Balance) + Expenditures&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600871#M1112660</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-02-18T14:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600872#M1112661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check enclosed file and let me know if anything wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE.... please change script as below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Employee = Previous(Employee) and NUM(Date) = NUM(Previous(Date))+1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Balance+Expenditure-Previous(Balance),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Balance+Expenditure) as Income,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600872#M1112661</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600873#M1112662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached updated/corrected file.&lt;/P&gt;&lt;P&gt;Please check and let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600873#M1112662</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T15:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600874#M1112663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;And many thanks for your reply. I'll try this and let you know if it works.&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600874#M1112663</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600875#M1112664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I need to consider the balance from the previous date as an income too...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600875#M1112664</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600876#M1112665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks santharubban!&lt;/P&gt;&lt;P&gt;This part of the solution: RangeSum &lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&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;Balance&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Employee&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;returns only Zeros.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600876#M1112665</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600877#M1112666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600877#M1112666</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T15:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600878#M1112667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Luis, I defined the variables in the script without any problem but QV didn't like the syntax. Please see attachements.&lt;/P&gt;&lt;P&gt;Many Yhanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600878#M1112667</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600879#M1112668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check my solution enclosed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Income1 = Income as per your excel file. Here I have count Balance of Previous Date if it is exactly one day before.&lt;/P&gt;&lt;P&gt;Income2 = Income if you want to count Balance for previous date also...Here I have count Balance of Previous Date even though the date is not one day before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600879#M1112668</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600880#M1112669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please see a&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ttachement and let me know if works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600880#M1112669</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600881#M1112670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bullseye Manish! It worked like a dreem!&lt;/P&gt;&lt;P&gt;But if I may ask. Is there any simular solution using an expression?&lt;/P&gt;&lt;P&gt;1000 X Thanks again for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll even try all possible solutions you may send and let you know if it works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600881#M1112670</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600882#M1112671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight table&lt;/P&gt;&lt;P&gt;Dimensions : &lt;/P&gt;&lt;P&gt;1) Date&lt;/P&gt;&lt;P&gt;2) Employee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;BR /&gt;1) SUM(Expenditure)&lt;/P&gt;&lt;P&gt;2) SUM(Balance)&lt;/P&gt;&lt;P&gt;3) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Employee = Above(Employee) and NUM(Date) = NUM(Above(Date))+1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Balance+Expenditure-Above(Balance), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Balance+Expenditure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort the table by Employee, Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600882#M1112671</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T16:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600883#M1112672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check enclosed file...&lt;/P&gt;&lt;P&gt;There are three possible results..&lt;/P&gt;&lt;P&gt;1) Straight Table (UI end)&lt;/P&gt;&lt;P&gt;2) Pivot Table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (UI end)&lt;/P&gt;&lt;P&gt;3) Script&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Script end)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600883#M1112672</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T16:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600884#M1112673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent answer Luis. It works perfectly! Exactly what I was looking for.&lt;/P&gt;&lt;P&gt;Many many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600884#M1112673</guid>
      <dc:creator />
      <dc:date>2014-02-18T16:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis: Sum with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600885#M1112674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you welcome &lt;A href="https://community.qlik.com/qlik-users/149168"&gt;CK1000qv&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards and have a nice day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Sum-with-multiple-conditions/m-p/600885#M1112674</guid>
      <dc:creator />
      <dc:date>2014-02-18T16:41:48Z</dc:date>
    </item>
  </channel>
</rss>

