<?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: Chart with a conditional sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778312#M1021458</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;"&gt;=SUM({&amp;lt;ACC_TYPE_DESCRIPTION ={'At Bank','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Cash Pooling&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Restricted&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Short Term Investment&lt;/SPAN&gt;'}&amp;gt;}BALANCE_CTV2)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 12:00:18 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-03-24T12:00:18Z</dc:date>
    <item>
      <title>Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778310#M1021456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have a chart and I'm facing problem with conditional sum sintax.&lt;/P&gt;&lt;P&gt;In particular I have an expression that says&lt;/P&gt;&lt;P&gt;Sum (BALANCE_CTV2)&lt;/P&gt;&lt;P&gt;Now I need that the expression sum only the values where the filed &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACC_TYPE_DESCRIPTION is equal &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;At Bank&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Cash Pooling&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Restricted&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Short Term Investment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As alternative it could be more easy to say to sum if it is not equal to one of this two values:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Committed&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Credit Facilities Drawn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try this sintax with just one of the values it works&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;ACC_TYPE_DESCRIPTION ={'At Bank'}&amp;gt;}BALANCE_CTV2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i try to add the other values with the OR operator it doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone tell me how is the sintax to include or exclude more then one value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 11:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778310#M1021456</guid>
      <dc:creator />
      <dc:date>2015-03-24T11:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778311#M1021457</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;Maybe like this, you could use comma and use all the values&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;SUM({&amp;lt;ACC_TYPE_DESCRIPTION ={'At Bank','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cash Pooling&lt;/SPAN&gt;'}&amp;gt;}BALANCE_CTV2)&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;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;/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;amay&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 11:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778311#M1021457</guid>
      <dc:creator />
      <dc:date>2015-03-24T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778312#M1021458</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;"&gt;=SUM({&amp;lt;ACC_TYPE_DESCRIPTION ={'At Bank','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Cash Pooling&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Restricted&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Short Term Investment&lt;/SPAN&gt;'}&amp;gt;}BALANCE_CTV2)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778312#M1021458</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-24T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778313#M1021459</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;Commas are used for this functionality in set analysis.&lt;BR /&gt;=SUM({&amp;lt;ACC_TYPE_DESCRIPTION ={'At Bank','Cash Pooling','Restricted','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Short Term Investment'&lt;/SPAN&gt;}&amp;gt;}BALANCE_CTV2)&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;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;You could also use:&lt;/SPAN&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;=SUM({&amp;lt;ACC_TYPE_DESCRIPTION -={'&lt;/SPAN&gt;Committed','Credit Facilities Drawn'&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;}&amp;gt;}BALANCE_CTV2)&lt;/SPAN&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;The '-' (minus) sign is used for exclusion. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778313#M1021459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T12:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778314#M1021460</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;Try this expression.&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({&amp;lt;ACC_TYPE_DESCRIPTION ={'At Bank','&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cash Pooling&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Restricted&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Short Term Investment&lt;/SPAN&gt;'}&amp;gt;} BALANCE_CTV2)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778314#M1021460</guid>
      <dc:creator />
      <dc:date>2015-03-24T12:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778315#M1021461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this as Utkarsh pointed out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=SUM({&amp;lt;ACC_TYPE_DESCRIPTION -={'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Committed','Credit Facilities Drawn'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;}&amp;gt;}BALANCE_CTV2)&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;another variation of the same thing would be to use e() like this:&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=SUM({&amp;lt;ACC_TYPE_DESCRIPTION =e({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ACC_TYPE_DESCRIPTION&amp;nbsp; = &lt;/SPAN&gt;{'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Committed','Credit Facilities Drawn'&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;}&amp;gt;})&amp;gt;}BALANCE_CTV2)&lt;/STRONG&gt; here the e is telling the expression to exclude the ACC_TYPE_DESCRIPTION where it is Committed or Credit Facilities Drawn.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778315#M1021461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-24T12:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778316#M1021462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank, It works perfectly!&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778316#M1021462</guid>
      <dc:creator />
      <dc:date>2015-03-24T12:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778317#M1021463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778317#M1021463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778318#M1021464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark Utkarsh's answer as correct so that the thread could be closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778318#M1021464</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-24T12:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778319#M1021465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I've now an additional issue as my conditional SUM needs to operate on two different filed. In particular I need to sum combining this two condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;myWeekday ={'Ven'}&amp;gt;}BALANCE_CTV2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;ACC_TYPE_DESCRIPTION -={'Committed','Credit Facilities Drawn'}&amp;gt;}BALANCE_CTV2)&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It means that the sum filed &lt;SPAN style="font-size: 13.3333330154419px;"&gt;BALANCE_CTV2 must be only with the above two occurence.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Could you help with the sintax?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 15:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778319#M1021465</guid>
      <dc:creator />
      <dc:date>2015-03-24T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778320#M1021466</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: 12px; background-color: #f6f6f6;"&gt;SUM({&amp;lt;myWeekday ={'Ven'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;ACC_TYPE_DESCRIPTION -={'Committed','Credit Facilities Drawn'}&lt;/SPAN&gt;&amp;gt;}BALANCE_CTV2)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 16:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778320#M1021466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T16:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with a conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778321#M1021467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 16:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-a-conditional-sum/m-p/778321#M1021467</guid>
      <dc:creator />
      <dc:date>2015-03-24T16:46:43Z</dc:date>
    </item>
  </channel>
</rss>

