<?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: Range Sum Expression Help. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566037#M1108665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load your sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 11:19:43 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-03-13T11:19:43Z</dc:date>
    <item>
      <title>Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566031#M1108659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Straight Table as below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sssssssssssss.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54839_sssssssssssss.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the WIP is a sum from ODBC table against the Pcodea and i'm attempting to have a range sum of it down dating against the new order qty (which is the customers orders). Problem is it continues to down date against a different Pcodea. As you can see it continues when Pcodea changes from 230325380 to 230325432. Code Below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ssss.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54841_ssss.png" style="width: 620px; height: 15px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566031#M1108659</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-12T14:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566032#M1108660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Your expression, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;Pcodea&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE :&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;SUM([Your Jobline Field] -RangeSum(Above(SUM({&amp;lt;CODE&amp;gt;}OrderQTY),0,RowNo(TOTAL)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change your fieldname accordingly... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566032#M1108660</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T14:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566033#M1108661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aggr(Your expression, &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pcodea&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt; i get the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54857_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM([Your Jobline Field] -RangeSum(Above(SUM({&amp;lt;CODE&amp;gt;}OrderQTY),0,RowNo(TOTAL)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the table opens all Pcodea's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 16:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566033#M1108661</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-12T16:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566034#M1108662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use my second option&lt;/P&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([Your Jobline Field] -RangeSum(Above(SUM({&amp;lt;CODE&amp;gt;}OrderQTY),0,RowNo(TOTAL)))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 16:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566034#M1108662</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T16:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566035#M1108663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 16:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566035#M1108663</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-12T16:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566036#M1108664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Just messed it up??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jobline for Customer Aisling;.OutstandingQty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pcodea]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[new_order_qty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;As you can see the row two balance should read 27600..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="ssss.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54930_ssss.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566036#M1108664</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-13T11:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566037#M1108665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load your sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566037#M1108665</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-13T11:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566038#M1108666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish I'm using a personnal version. It's got a lot of other tables on different tabs. Would it help if I take screen shot of dim and expressions ? Sorry. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566038#M1108666</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-13T11:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566039#M1108667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always save the another version on your file and delete unwanted tabs.&lt;/P&gt;&lt;P&gt;Sometimes it is difficult to give you result without checking apps as above is working in my file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566039#M1108667</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-13T11:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566040#M1108668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will do. Send in 15mins. Someone is using my pc. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566040#M1108668</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-13T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566041#M1108669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully to have a share. file is send.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you have received, never loaded file before..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 12:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566041#M1108669</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-13T12:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566042#M1108670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="6085" __jive_macro_name="document" class="jive_macro_document jive_macro" href="https://community.qlik.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 12:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566042#M1108670</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-13T12:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566043#M1108671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might have it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jobline for Customer Aisling;.OutstandingQty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pcodea]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[new_order_qty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 12:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566043#M1108671</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-13T12:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566044#M1108672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No its continuing on different pcodea ...... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sssssss.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54947_sssssss.png" style="width: 620px; height: 135px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 12:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566044#M1108672</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-13T12:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Range Sum Expression Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566045#M1108673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou for all your help very much appreciated, just got it. Rebuilt the chart and the expression was fine.&lt;/P&gt;&lt;P&gt;Again thankyou.&amp;nbsp;&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jobline for Customer Aisling;.OutstandingQty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Inventory Stock For Customer Report Aisling;.InventoryQty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pcodea]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[new_order_qty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="aaaaaaaaaaaaaaaa.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54948_aaaaaaaaaaaaaaaa.png" style="width: 620px; height: 137px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 13:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Sum-Expression-Help/m-p/566045#M1108673</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2014-03-13T13:45:10Z</dc:date>
    </item>
  </channel>
</rss>

