<?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 do I exclude negative numbers from summing? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240242#M393960</link>
    <description>&lt;P&gt;Hello Nicole:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; When I enter the formula in the Chart Expression, Qlikview believes there are errors in the expression.&amp;nbsp; It doesn't say what the error is or might be.&amp;nbsp; It just says "Errors in expression".&amp;nbsp; Starting with the left most [, everything has either a red squiggly line or an orange squiggly line under it (I'm using whatever the default color coding is for Qlikview).&lt;/P&gt;</description>
    <pubDate>Sun, 13 Oct 2019 19:43:56 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2019-10-13T19:43:56Z</dc:date>
    <item>
      <title>How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240239#M393957</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to exclude negative numbers from summing.&amp;nbsp; My struggle is finding and using the right syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any and all help is appreciated.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 19:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240239#M393957</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T19:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240240#M393958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add an item to your set analysis to ignore anything less than zero:&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; font-size: 13px;"&gt;sum({$ &amp;lt;[Save Initiative Category]={Server\Storage}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Finance Confirmed 2016 Savings]={'&amp;gt;0'}&lt;/SPAN&gt;&amp;gt;} [Finance Confirmed 2016 Savings]) / 59500000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 23:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240240#M393958</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-12-09T23:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240241#M393959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason why your approach is not working is that you are doing the rangesum after the aggregation, while you need to&amp;nbsp; do it on a per record base, i.e. inside the aggregation:&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; font-size: 13px;"&gt;sum({$ &amp;lt;[Save Initiative Category]={Server\Storage}&amp;gt;} Rangesum([Finance Confirmed 2016 Savings],0) ) / 59500000&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;Or follow Nicole's suggested set analysis.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 23:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240241#M393959</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-12-10T23:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240242#M393960</link>
      <description>&lt;P&gt;Hello Nicole:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; When I enter the formula in the Chart Expression, Qlikview believes there are errors in the expression.&amp;nbsp; It doesn't say what the error is or might be.&amp;nbsp; It just says "Errors in expression".&amp;nbsp; Starting with the left most [, everything has either a red squiggly line or an orange squiggly line under it (I'm using whatever the default color coding is for Qlikview).&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 19:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240242#M393960</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T19:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240243#M393961</link>
      <description>&lt;P&gt;Hello Stefan:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I have the same situation with your suggested formula as I do with Nicole's.&amp;nbsp; When I enter the formula in the Chart Expression, Qlikview believes there are errors in the expression.&amp;nbsp; It doesn't say what the error is or might be.&amp;nbsp; It just says "Errors in expression".&amp;nbsp; Starting with the left most [, everything has either a red squiggly line or an orange squiggly line under it (I'm using whatever the default color coding is for Qlikview).&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 19:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240243#M393961</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T19:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240244#M393962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have any issues with your original 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; font-size: 13px;"&gt;=sum({$ &amp;lt;[Save Initiative Category]={Server\Storage}&amp;gt;} [Finance Confirmed 2016 Savings]) / 59500000&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;[Save Initiative Category] should be a field name in your data model.&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;Server\Storage should not be a field name (at least, the syntax makes no sense using a field name as value list).&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;If you tell us, what you want to achieve with the original set expression, maybe we can help you finding the correct set expression more easily.&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;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>Sun, 11 Dec 2016 20:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240244#M393962</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-12-11T20:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240245#M393963</link>
      <description>&lt;P&gt;Hello Stefan:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no issue with the original expression except that it does not exclude negative numbers.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 19:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240245#M393963</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T19:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240246#M393964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if this matters or not, but the negative numbers are formatted like this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 109px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="30" style="background: #f2f2f2; border: 0.5pt solid windowtext; border-image: none; font-weight: 400;" width="109"&gt;&lt;P&gt; $&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (21,189)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 21:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240246#M393964</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-12-11T21:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240247#M393965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) It is strange that in your screenshot, QlikView is unable to identify Save Initiative Category. I say this because there is a red wiggly line underneath the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146313_Capture.PNG" style="height: 70px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;When you use your original expression (mentioned below), do you still see that red wiggly line?&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;STRONG&gt;Sum({$ &amp;lt;[Save Initiative Category]={Server\Storage}&amp;gt;} [Finance Confirmed 2016 Savings]) / 59500000&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming, that red wiggly line is not an issue and its truly a field name. Can you try this:&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;STRONG&gt;Sum({$&amp;lt;[Save Initiative Category] = {Server\Storage}&amp;gt;} &lt;SPAN style="color: #ff0000;"&gt;RangeMax(&lt;/SPAN&gt;[Finance Confirmed 2016 Savings]&lt;SPAN style="color: #ff0000;"&gt;, 0)&lt;/SPAN&gt;) / 59500000&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({$&amp;lt;[Save Initiative Category] = {Server\Storage}&amp;gt;} &lt;SPAN style="color: #ff0000;"&gt;If([Finance Confirmed 2016 Savings] &amp;gt; 0, &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Finance Confirmed 2016 Savings]&lt;/STRONG&gt;)&lt;/SPAN&gt;) / 59500000&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 21:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240247#M393965</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-11T21:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240248#M393966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview does not have any issue with the original expression and I do not see a red wiggly line under any of it.&amp;nbsp; It is truly a field name.&amp;nbsp; So is Finance Confirmed 2016 Saves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try both formulas now and respond back quickly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 21:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240248#M393966</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-12-11T21:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240249#M393967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same result with your RangeMax option as I did with Stefan's and I get the same result using the if option.&amp;nbsp; The gauge pegs out at 150% which is not correct.&amp;nbsp; It should be 73.5%.&amp;nbsp; I also have the red wiggly lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 21:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240249#M393967</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-12-11T21:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240250#M393968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Sunny pointed out, you should have used RangeMax() [like in your original approach] instead of RangeSum() as I 've written - but this should not cause the issue you are experiencing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible that you upload a small sample QVW to look at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 21:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240250#M393968</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-12-11T21:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240251#M393969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What number you get when you try this in a text box object?&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;[Save Initiative Category] = {Server\Storage}&amp;gt;} &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;RangeMax(&lt;/SPAN&gt;[Finance Confirmed 2016 Savings]&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, 0)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the number larger that 59,500,000?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 21:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240251#M393969</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-11T21:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240252#M393970</link>
      <description>&lt;P&gt;Ok.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 19:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240252#M393970</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T19:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240253#M393971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Red wiggly line is definitely a concern for me. I can't seem to find a reason for why it would continue to show up. Would you be able to share a sample just like Stefan mentioned? Or if not, can you share a screenshot of expression editor where you use your original expression&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;STRONG&gt;Sum({$ &amp;lt;[Save Initiative Category]={Server\Storage}&amp;gt;} [Finance Confirmed 2016 Savings]) / 59500000&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am curious to see why this one doesn't show a wiggly red line under the Save Initiative Category.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 22:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240253#M393971</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-11T22:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240254#M393972</link>
      <description>&lt;P&gt;Hold on.&amp;nbsp; Please ignore those numbers.&amp;nbsp; There was a filter set that I missed.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 19:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240254#M393972</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T19:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240255#M393973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then its working now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 22:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240255#M393973</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-11T22:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240256#M393974</link>
      <description>&lt;P&gt;No, it is still not working.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 19:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240256#M393974</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T19:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240257#M393975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that there are two spaces between Initiative and Category and your other expressions only had one space between them. Can you add another space for the other expressions you have been trying out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 22:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240257#M393975</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-11T22:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude negative numbers from summing?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240258#M393976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Holy Cow!!!!&amp;nbsp; That's it.&amp;nbsp; I added the extra space and used your RangeMax solution.&amp;nbsp; It works now.&amp;nbsp; I don't know how I missed that extra space but I did.&amp;nbsp; Guess I've been looking at it too long.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&amp;nbsp; Thank you very much.&amp;nbsp; I'll mark your answer as correct and give an assist to everyone else...............and talk to the owner's of the spreadsheet this data is loaded from about getting rid of that extra space.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 22:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-negative-numbers-from-summing/m-p/1240258#M393976</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2016-12-11T22:33:49Z</dc:date>
    </item>
  </channel>
</rss>

