<?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: sum multiple selectable IF statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846684#M469837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've modified this a few different ways and its been working great, however when I try to modify this to be a count rather than a sum, I don't seem to be getting the results Im expecting. Using the example below, when the PNL_PLAYABLE_BONUS is deselected I just get a result of 0, which is most certainly incorrect. Is there something wrong in the expression or do I need to look elsewhere? I tried a RangeCount but for some reason that didn't seem to work at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypeReal&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1' &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypeReleased&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1' &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypePlayable&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1',&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;( &lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; &lt;/SPAN&gt;[SUMMARY_DATE]&lt;SPAN style="color: #000000;"&gt; = { &lt;/SPAN&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;SPAN style="color: #000000;"&gt;}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_REAL]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_RELEASED_BONUS]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_PLAYABLE_BONUS]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;[PARTY_ID]&lt;SPAN style="color: #000000;"&gt;)&lt;BR /&gt; )&lt;BR /&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypeReal&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1' &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypeReleased&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1' &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypePlayable&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '0',&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;( &lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; &lt;/SPAN&gt;[SUMMARY_DATE]&lt;SPAN style="color: #000000;"&gt; = { &lt;/SPAN&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;SPAN style="color: #000000;"&gt;}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_REAL]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_RELEASED_BONUS]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_PLAYABLE_BONUS]&lt;SPAN style="color: #000000;"&gt; = {'=&amp;lt;0.01'}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;[PARTY_ID]&lt;SPAN style="color: #000000;"&gt;)&lt;BR /&gt; ))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 15:52:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-18T15:52:42Z</dc:date>
    <item>
      <title>sum multiple selectable IF statements</title>
      <link>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846679#M469832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the following to sum multiple fields, where each field can be selected or de-selected through a variable by the user. It seems to work correctly if all variables are set to 0, however as soon as one is de-selected I get null values. Im sure theres something small Im missing here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have buttons setup for the three fields that toggle them to either 0 or 1, with the intent these be used by the operator to choose specific values to included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( vFundTypeReal = '0', &lt;/P&gt;&lt;P&gt;Sum( &lt;/P&gt;&lt;P&gt;&amp;nbsp; {$&amp;lt;[SUMMARY_DATE] = {"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;HANDLE_REAL) &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;If( vFundTypeReleased = '0', &lt;/P&gt;&lt;P&gt;Sum( &lt;/P&gt;&lt;P&gt;&amp;nbsp; {$&amp;lt;[SUMMARY_DATE] = {"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;HANDLE_RELEASED_BONUS) &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;If( vFundTypePlayable = '0', &lt;/P&gt;&lt;P&gt;Sum( &lt;/P&gt;&lt;P&gt;&amp;nbsp; {$&amp;lt;[SUMMARY_DATE] = {"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;HANDLE_PLAYABLE_BONUS) &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 19:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846679#M469832</guid>
      <dc:creator />
      <dc:date>2015-06-17T19:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: sum multiple selectable IF statements</title>
      <link>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846680#M469833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that the problem is with + a null value, add a rangesum so that why the null does not create any conflict&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; sumrange(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If( vFundTypeReal = '0',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; {$&amp;lt;[SUMMARY_DATE] = {"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HANDLE_REAL)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If( vFundTypeReleased = '0',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; {$&amp;lt;[SUMMARY_DATE] = {"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HANDLE_RELEASED_BONUS)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If( vFundTypePlayable = '0',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; {$&amp;lt;[SUMMARY_DATE] = {"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HANDLE_PLAYABLE_BONUS)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or add the a value for each false statement &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 19:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846680#M469833</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-17T19:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: sum multiple selectable IF statements</title>
      <link>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846681#M469834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌try RangeSum(if(), if(), if()) instead of if()+if()+if()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 19:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846681#M469834</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-17T19:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: sum multiple selectable IF statements</title>
      <link>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846682#M469835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic Marco! Thanks for your quick response, works like a charm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 21:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846682#M469835</guid>
      <dc:creator />
      <dc:date>2015-06-17T21:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: sum multiple selectable IF statements</title>
      <link>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846683#M469836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 21:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846683#M469836</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-17T21:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: sum multiple selectable IF statements</title>
      <link>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846684#M469837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've modified this a few different ways and its been working great, however when I try to modify this to be a count rather than a sum, I don't seem to be getting the results Im expecting. Using the example below, when the PNL_PLAYABLE_BONUS is deselected I just get a result of 0, which is most certainly incorrect. Is there something wrong in the expression or do I need to look elsewhere? I tried a RangeCount but for some reason that didn't seem to work at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypeReal&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1' &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypeReleased&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1' &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypePlayable&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1',&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;( &lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; &lt;/SPAN&gt;[SUMMARY_DATE]&lt;SPAN style="color: #000000;"&gt; = { &lt;/SPAN&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;SPAN style="color: #000000;"&gt;}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_REAL]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_RELEASED_BONUS]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_PLAYABLE_BONUS]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;[PARTY_ID]&lt;SPAN style="color: #000000;"&gt;)&lt;BR /&gt; )&lt;BR /&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypeReal&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1' &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypeReleased&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '1' &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;vFundTypePlayable&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = '0',&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;( &lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; &lt;/SPAN&gt;[SUMMARY_DATE]&lt;SPAN style="color: #000000;"&gt; = { &lt;/SPAN&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;SPAN style="color: #000000;"&gt;}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_REAL]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_RELEASED_BONUS]&lt;SPAN style="color: #000000;"&gt; = {'&amp;gt;0'}&lt;BR /&gt; , &lt;/SPAN&gt;[PNL_PLAYABLE_BONUS]&lt;SPAN style="color: #000000;"&gt; = {'=&amp;lt;0.01'}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;[PARTY_ID]&lt;SPAN style="color: #000000;"&gt;)&lt;BR /&gt; ))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 15:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846684#M469837</guid>
      <dc:creator />
      <dc:date>2015-06-18T15:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: sum multiple selectable IF statements</title>
      <link>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846685#M469838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did invert the 1 and 0 for the variables to co-incide with standard on/off definition. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 15:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-multiple-selectable-IF-statements/m-p/846685#M469838</guid>
      <dc:creator />
      <dc:date>2015-06-18T15:56:43Z</dc:date>
    </item>
  </channel>
</rss>

