<?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: conditional sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144408#M912206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;#### = {'abc', 'def', 'ghi'}, @@@@ = {'N'}, $$$$ = {'123', '456'}&lt;/SPAN&gt;&amp;gt;} count_row)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2016 17:06:11 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-07T17:06:11Z</dc:date>
    <item>
      <title>conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144407#M912205</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;I am trying to do a conditional sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1000 rows of information in total.&lt;/P&gt;&lt;P&gt;and only 500 of them meets the criteria to be "real asset"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i want to do is to show the pie chart which has only "real asset" as the foundation and show how the "real asset" is divided into 3 categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what I was thinking was&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the category as a dimension and&lt;/P&gt;&lt;P&gt;use a conditional sum in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the conditional sum could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( #### = 'abc', 'def', 'ghi' and @@@@ = 'N' and $$$$ = '123', '456'), sum(count_row)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I am not sure how to make use of conditional function. I can't get it to work.&lt;/P&gt;&lt;P&gt;help me please!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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/conditional-sum/m-p/1144407#M912205</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144408#M912206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;#### = {'abc', 'def', 'ghi'}, @@@@ = {'N'}, $$$$ = {'123', '456'}&lt;/SPAN&gt;&amp;gt;} count_row)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144408#M912206</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T17:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144409#M912207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny this works! &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, 07 Jun 2016 17:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144409#M912207</guid>
      <dc:creator />
      <dc:date>2016-06-07T17:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144410#M912208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one follow up question. I want to add one condition. I want the condition to be $$$$ = Nullvalue.&amp;nbsp; but I tried few things but I could not filter for columns with null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 18:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144410#M912208</guid>
      <dc:creator />
      <dc:date>2016-06-07T18:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144411#M912209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;#### = {'abc', 'def', 'ghi'}, @@@@ = {'N'}, $$$$ -= {'*'}&lt;/SPAN&gt;&amp;gt;} count_row)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 18:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144411#M912209</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T18:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144412#M912210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow you used minus sign in from of equal sign.&lt;/P&gt;&lt;P&gt;the expression does not show error but once I apply it, it does not show any change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to filter for the rows that have NULL for the column and my table obviously says NULL. I don't understand why this is not working in QV. all the other filters are working as you have explained but this null thing is not. hmmmmmmmm&lt;/P&gt;&lt;P&gt;is there any other possible way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your response!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 18:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144412#M912210</guid>
      <dc:creator />
      <dc:date>2016-06-07T18:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: conditional sum</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144413#M912211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;#### = {'abc', 'def', 'ghi'}, @@@@ = {'N'}, &lt;SPAN style="color: #ff0000;"&gt;count_row = e({&amp;lt;$$$$ = {'*'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt;})&lt;/SPAN&gt;&amp;gt;} count_row)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 18:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-sum/m-p/1144413#M912211</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-07T18:47:15Z</dc:date>
    </item>
  </channel>
</rss>

