<?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: Alter the TOTAL Qualifier in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215035#M23441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That fixed it!&amp;nbsp; Changing to RangeSum and using 1499.99 gives me perfectly matching numbers every time.&amp;nbsp; Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2016 19:03:04 GMT</pubDate>
    <dc:creator>sstefancies</dc:creator>
    <dc:date>2016-12-06T19:03:04Z</dc:date>
    <item>
      <title>Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215025#M23431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with the TOTAL qualifier, trying to get proper percentage of totals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running into a problem where TOTAL does not return a SUM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table4.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145726_table4.png" style="height: 413px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Service Inv Amt = &lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt;[Invoice-Type]={'SER'}&amp;gt;}&amp;nbsp;&amp;nbsp; [invoice.Gross-amt]+ [invoice.Extra-Charge__1]+[invoice.Extra-Charge__2]+&lt;/P&gt;&lt;P&gt;[invoice.Extra-Charge__3]+[invoice.Extra-Charge__4]+[invoice.Extra-Charge__5]&lt;/P&gt;&lt;P&gt;+[invoice.Extra-Charge__6]+[invoice.Extra-Charge__7]+[invoice.Extra-Charge__8]&lt;/P&gt;&lt;P&gt;+[invoice.Extra-Charge__9]+[invoice.Extra-Charge__10])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If left alone, the total in that column would be 128,140,264.67.&amp;nbsp; However, that does not accurately reflect the total of the column.&amp;nbsp; Changing the "Totals function" to "Sum" fixes it.&amp;nbsp; However, this does not fix the way the total qualifier works.&amp;nbsp; The "Total" column is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ( sum(&lt;STRONG&gt;total&lt;/STRONG&gt; {$&amp;lt;[Invoice-Type]={'SER'} &amp;gt;}&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [invoice.Gross-amt]+ [invoice.Extra-Charge__1]+[invoice.Extra-Charge__2]+&lt;/P&gt;&lt;P&gt;[invoice.Extra-Charge__3]+[invoice.Extra-Charge__4]+[invoice.Extra-Charge__5]&lt;/P&gt;&lt;P&gt;+[invoice.Extra-Charge__6]+[invoice.Extra-Charge__7]+[invoice.Extra-Charge__8]&lt;/P&gt;&lt;P&gt;+[invoice.Extra-Charge__9]+[invoice.Extra-Charge__10]) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I force the TOTAL column to show the actual SUM of my expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 16:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215025#M23431</guid>
      <dc:creator>sstefancies</dc:creator>
      <dc:date>2016-12-06T16:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215026#M23432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&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;&lt;STRONG&gt;Sum(TOTAL {$&amp;lt;[Invoice-Type]={'SER'}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RangeSum([invoice.Gross-amt], [invoice.Extra-Charge__1], [invoice.Extra-Charge__2], [invoice.Extra-Charge__3], [invoice.Extra-Charge__4], [invoice.Extra-Charge__5], [invoice.Extra-Charge__6], [invoice.Extra-Charge__7], [invoice.Extra-Charge__8], [invoice.Extra-Charge__9], [invoice.Extra-Charge__10]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 16:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215026#M23432</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T16:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215027#M23433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like you want to calculate a sum-of-rows instead of evaluating the expression in total context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like&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;=Sum( TOTAL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;YOUREXPRESSION, YOURCHARTDIM1, YOURCHARTDIM2, YOUCHARTDIM3&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&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;=$(=Sum( &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;YOUREXPRESSION, YOURCHARTDIM1, YOURCHARTDIM2, YOUCHARTDIM3&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 17:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215027#M23433</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-12-06T17:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215028#M23434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;The first suggestion didn't change the total.&amp;nbsp; I apologize - I failed to mention that the reason that the sum of "Service Inv Amt" is so much lower is because limitations have been placed on the dimensions to only show lines where the "Service Inv Amt" is larger than 1500.&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;That being said, one of the things I tried was to put something in the set analysis of the "Total" statement to only include amounts that are greater than 1500.&amp;nbsp; This failed because set analysis can only measure field names (not calculated measures)&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Using the second suggestion and bringing in AGGR might be useful but I'll have to play around with it.&amp;nbsp; Both of the specific AGGR suggestions brought the number down from 128 mil to 91 mil... I'm working on where that number is coming from.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks for the suggestions thus far! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 17:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215028#M23434</guid>
      <dc:creator>sstefancies</dc:creator>
      <dc:date>2016-12-06T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215029#M23435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 17:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215029#M23435</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T17:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215030#M23436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vInvAmt is a variable the is defined as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[invoice.Gross-amt]+ [invoice.Extra-Charge__1]+[invoice.Extra-Charge__2]+&lt;/P&gt;&lt;P&gt;[invoice.Extra-Charge__3]+[invoice.Extra-Charge__4]+[invoice.Extra-Charge__5]&lt;/P&gt;&lt;P&gt;+[invoice.Extra-Charge__6]+[invoice.Extra-Charge__7]+[invoice.Extra-Charge__8]&lt;/P&gt;&lt;P&gt;+[invoice.Extra-Charge__9]+[invoice.Extra-Charge__10]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea was to use it in set analysis: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sum(TOTAL {$&amp;lt;[Invoice-Type]={'SER'}&amp;nbsp; , vInvAmt={"&amp;gt;1499"}&amp;nbsp; &amp;gt;}&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;[invoice.Gross-amt]+ [invoice.Extra-Charge__1]+[invoice.Extra-Charge__2]+&lt;/P&gt;&lt;P&gt;[invoice.Extra-Charge__3]+[invoice.Extra-Charge__4]+[invoice.Extra-Charge__5]&lt;/P&gt;&lt;P&gt;+[invoice.Extra-Charge__6]+[invoice.Extra-Charge__7]+[invoice.Extra-Charge__8]&lt;/P&gt;&lt;P&gt;+[invoice.Extra-Charge__9]+[invoice.Extra-Charge__10]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize that variables are supposed to be in proper format ( $(vVariable) ) but that doesn't work in set analysis.&amp;nbsp; Using the variable without the formatting yields the same number that it did without using the variable in the set statement. (128,140,264.67).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 17:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215030#M23436</guid>
      <dc:creator>sstefancies</dc:creator>
      <dc:date>2016-12-06T17:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215031#M23437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only use fields from your data model left of the equal sign in a set analysis field modifier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215031#M23437</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-12-06T18:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215032#M23438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&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;&lt;STRONG&gt;Sum(TOTAL {$&amp;lt;[Invoice-Type]={'SER'}, &lt;SPAN style="color: #ff0000;"&gt;[SO No.] = {"=[invoice.Gross-amt]+[invoice.Extra-Charge__1]+[invoice.Extra-Charge__2]+[invoice.Extra-Charge__3]+[invoice.Extra-Charge__4]+[invoice.Extra-Charge__5]+[invoice.Extra-Charge__6]+[invoice.Extra-Charge__7]+[invoice.Extra-Charge__8]+[invoice.Extra-Charge__9]+[invoice.Extra-Charge__10]&amp;gt;1499"}&lt;/SPAN&gt;&amp;gt;} &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[invoice.Gross-amt]+ [invoice.Extra-Charge__1]+[invoice.Extra-Charge__2]+&lt;/STRONG&gt;&lt;STRONG&gt;[invoice.Extra-Charge__3]+[invoice.Extra-Charge__4]+[invoice.Extra-Charge__5]&lt;/STRONG&gt;&lt;STRONG&gt;+[invoice.Extra-Charge__6]+[invoice.Extra-Charge__7]+[invoice.Extra-Charge__8]&lt;/STRONG&gt;&lt;STRONG&gt;+[invoice.Extra-Charge__9]+[invoice.Extra-Charge__10])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215032#M23438</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T18:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215033#M23439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is the one!&amp;nbsp; The total is off but only slightly.&amp;nbsp; I'm investigating, but believe that it's likely due to anomalous data.&amp;nbsp; This is really going to help me in the future as well.&amp;nbsp; I had no idea that you could analyze a calculation in set analysis using a field.&amp;nbsp; Like Stefan said, you can only use fields from the data model left of the equal sign.&amp;nbsp; This was impeding my progress.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!!&amp;nbsp; &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, 06 Dec 2016 18:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215033#M23439</guid>
      <dc:creator>sstefancies</dc:creator>
      <dc:date>2016-12-06T18:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215034#M23440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing you might want to check is that you want to check the Sum of all these fields over a SO No. or another unique field? This field should not have any null values for the 10 fields you are summing up. because any row where one of these values is null, the calculation for the row will fall out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this also and see if it fixes the small discrepancy you are still having:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(TOTAL {$&amp;lt;[Invoice-Type]={'SER'}, [SO No.] = {"=&lt;SPAN style="color: #ff0000;"&gt;RangeSum&lt;/SPAN&gt;([invoice.Gross-amt], [invoice.Extra-Charge__1], [invoice.Extra-Charge__2], [invoice.Extra-Charge__3], [invoice.Extra-Charge__4], [invoice.Extra-Charge__5], [invoice.Extra-Charge__6], [invoice.Extra-Charge__7], [invoice.Extra-Charge__8], [invoice.Extra-Charge__9], [invoice.Extra-Charge__10])&amp;gt;1499"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;RangeSum&lt;/SPAN&gt;([invoice.Gross-amt], [invoice.Extra-Charge__1], [invoice.Extra-Charge__2], [invoice.Extra-Charge__3], [invoice.Extra-Charge__4], [invoice.Extra-Charge__5], [invoice.Extra-Charge__6], [invoice.Extra-Charge__7], [invoice.Extra-Charge__8], [invoice.Extra-Charge__9], [invoice.Extra-Charge__10]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215034#M23440</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T18:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215035#M23441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That fixed it!&amp;nbsp; Changing to RangeSum and using 1499.99 gives me perfectly matching numbers every time.&amp;nbsp; Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 19:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215035#M23441</guid>
      <dc:creator>sstefancies</dc:creator>
      <dc:date>2016-12-06T19:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alter the TOTAL Qualifier</title>
      <link>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215036#M23442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. I am glad we were able to help.&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, 06 Dec 2016 19:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alter-the-TOTAL-Qualifier/m-p/1215036#M23442</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-06T19:04:13Z</dc:date>
    </item>
  </channel>
</rss>

