<?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: Rangesum - Running Balance by Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328379#M410657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my replies help you achieve what you want, I would appreciate it if you could show your appreciation by marking them as correct/helpful - this is deemed as a good practice by Qlik Community &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;Many thanks&lt;/P&gt;&lt;P&gt;Nish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Apr 2017 13:12:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-28T13:12:38Z</dc:date>
    <item>
      <title>Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328374#M410652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have looked at running total examples and am still lost on how to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are evaluating Inventory balances by product by warehouse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want running totals for each change in product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a record call TranType that gives us the beginning and ending balances.&amp;nbsp;&amp;nbsp; We want to calc the running balance in between.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the examples i have seen use a date to control aggregation.&amp;nbsp; We dont care about date, our data is already rolling12 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is my excel using this formula for running&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(D6="BEG",E6,IF(D6="end","",F5+E6) ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328374#M410652</guid>
      <dc:creator />
      <dc:date>2017-04-26T21:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328375#M410653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK since no one has an answer, please Google Cumulative Sum, Running Totals, Aggregation in Qlikview and help me find an example where it shows a running total that changes/resets everytime it sees a value in one of the dimensions (or 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seriously find it hard to believe this has not or cannot be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Whse&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Product&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;TransactionType&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Amount&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Balance&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BEG&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;100 = Amt if type = BEG&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD&gt;Invoice&lt;/TD&gt;&lt;TD&gt;-50&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD&gt;Receipt&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD&gt;END&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;- (do not add if Type = END)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;B&lt;/TD&gt;&lt;TD&gt;Beg&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;B&lt;/TD&gt;&lt;TD&gt;Invoice&lt;/TD&gt;&lt;TD&gt;-300&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;&lt;P&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Ending&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Beg&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Invoice&lt;/TD&gt;&lt;TD&gt;-200&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Receipt&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Ending&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;-&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Beg&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Adjustment&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Invoice&lt;/TD&gt;&lt;TD&gt;-500&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Transfer&lt;/TD&gt;&lt;TD&gt;-300&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;C&lt;/TD&gt;&lt;TD&gt;Ending&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used Aggr and rangesum to no success.&amp;nbsp;&amp;nbsp; If I say =aggr(sum(TotalAmt), Whse, Product) I will get a correct total, but only on the BEG balance line of each product .&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to strip down a version to post as our application is quite large.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 23:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328375#M410653</guid>
      <dc:creator />
      <dc:date>2017-04-27T23:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328376#M410654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the qvw attached any good? &lt;SPAN style="font-size: 10pt;"&gt;Balance is cumulative using peek script function which resets when it sees different Product and does not add when Type = End/Ending, screenshot below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="161565" alt="Capture.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161565_Capture.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Nish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 01:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328376#M410654</guid>
      <dc:creator />
      <dc:date>2017-04-28T01:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328377#M410655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Nish! - Here is a QVW of what I am trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a "self-serve" type of page.&amp;nbsp; We would most likely assess running totals at the Warehouse and the Product level (put conditional on expression column )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While it looks like your code does what I want, I am trying to do in a pivot table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 04:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328377#M410655</guid>
      <dc:creator />
      <dc:date>2017-04-28T04:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328378#M410656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Nish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 10:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328378#M410656</guid>
      <dc:creator />
      <dc:date>2017-04-28T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328379#M410657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my replies help you achieve what you want, I would appreciate it if you could show your appreciation by marking them as correct/helpful - this is deemed as a good practice by Qlik Community &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;Many thanks&lt;/P&gt;&lt;P&gt;Nish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 13:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328379#M410657</guid>
      <dc:creator />
      <dc:date>2017-04-28T13:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328380#M410658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I was using the right formula at one point, but based on your example, is the only way to get it right? to drop the other dimensions and change the column order?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 15:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328380#M410658</guid>
      <dc:creator />
      <dc:date>2017-04-28T15:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328381#M410659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THe other problem is by moving the Sort order of the columns, the Items get mucked up so you have all the beginning balances for all the items pulled to the top and not a contiguous flow of 1 item and all its transactions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But yes this gets closer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 15:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328381#M410659</guid>
      <dc:creator />
      <dc:date>2017-04-28T15:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328382#M410660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18130"&gt;Running totals per dimension (RangeSum(), sortable Aggr()...)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 15:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328382#M410660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T15:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328383#M410661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works only, if rows are sorted "correct", else you have to use QlikView 12 + sortable aggr()&lt;/P&gt;&lt;P&gt;--&amp;gt; the solution is independent of column order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;##&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,*;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; Whse, Product, TransactionType, Amount&lt;BR /&gt; 1, A, BEG, 100&lt;BR /&gt; 1, A, Invoice, -50&lt;BR /&gt; 1, A, Receipt, 100&lt;BR /&gt; 1, A, END, 150&lt;BR /&gt; 1, B, BEG, 300&lt;BR /&gt; 1, B, Invoice, -300&lt;BR /&gt; 1, B, END, 0&lt;BR /&gt; 1, C, BEG, 500&lt;BR /&gt; 1, C, Invoice, -200&lt;BR /&gt; 1, C, Receipt, 100&lt;BR /&gt; 1, C, END, 400&lt;BR /&gt; 2, C, BEG, 600&lt;BR /&gt; 2, C, Adjustment, 200&lt;BR /&gt; 2, C, Invoice, -500&lt;BR /&gt; 2, C, Transfer, -300&lt;BR /&gt; 2, C, END, 0&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue; background: yellow;"&gt;yourexp&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;TransactionType&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;='BEG',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Only&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Whse&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Product&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;TransactionType&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;TransactionType&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;lt;&amp;gt;'END',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Only&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Whse&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Product&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;TransactionType&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Above&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;TOTAL&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue; background: yellow;"&gt;yourexp&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: green;"&gt;//recursive...&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt; )&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="161675" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161675_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 17:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328383#M410661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T17:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328384#M410662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - that may be the compelling reason to upgrade.&amp;nbsp; I did actually take Nishant's and added/moved my columns around and it appears to be working.&amp;nbsp; Will look into the v12 aggr() - we haven't upgraded yet as I am waiting for direction on new infrastructure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try yours here as well.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 17:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328384#M410662</guid>
      <dc:creator />
      <dc:date>2017-04-28T17:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328385#M410663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could also sort in script, then add rowno() in my example ##&amp;nbsp; and use it as hidden dimension&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161676_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 17:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328385#M410663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T17:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328386#M410664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wrong - after I reloaded - and moved the transaction column over, it is not calculating correctly. and giving me the result i tested originally.&amp;nbsp; Will study the example posted and see if that works.&amp;nbsp; Will going to v12 solve this problem indefinitely?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 18:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328386#M410664</guid>
      <dc:creator />
      <dc:date>2017-04-28T18:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328387#M410665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My solution should be independent of column order (created it with QV11.2SR15), &lt;/P&gt;&lt;P&gt;because I "ignore" the dimensions by using above(total) in combination with aggr()...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV12 sortable aggr() will help you only your &lt;STRONG&gt;row&lt;/STRONG&gt; order is not sorted correctly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 18:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328387#M410665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T18:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328388#M410666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my result with your method.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not calculating balances - Maybe the "Only" is causing issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 19:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328388#M410666</guid>
      <dc:creator />
      <dc:date>2017-04-28T19:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328389#M410667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wrong, you don't need aggr() at all when using above( total...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this expression, (only(...) was just an example...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;WA_12mo.WA_TranType&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='BEG',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;WA_12mo.TotalCost&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;WA_12mo.WA_TranType&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;&amp;gt;'END',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;WA_12mo.TotalCost&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Above&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; RunBal) &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//recursive...&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 08:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328389#M410667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-29T08:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328390#M410668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also added TransAction date to the Dimensions in the formula and it looks like it is working -- will validate tomorrow and try this as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2017 22:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328390#M410668</guid>
      <dc:creator />
      <dc:date>2017-04-30T22:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328391#M410669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to do this in a Pivot Table versus Straight Table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks much cleaner in&amp;nbsp; a Pivot, but you cannot hide the ## row&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 15:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328391#M410669</guid>
      <dc:creator />
      <dc:date>2017-05-01T15:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328392#M410670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you don't need the "##" - row, if you guarantee the sorting...&lt;/P&gt;&lt;P&gt;just set &lt;STRONG&gt;every&lt;/STRONG&gt; dimension the following way:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161786_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 15:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328392#M410670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-01T15:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum - Running Balance by Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328393#M410671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found a bug See attached Excel let me know if need to attach current QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 16:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Running-Balance-by-Dimension/m-p/1328393#M410671</guid>
      <dc:creator />
      <dc:date>2017-05-02T16:28:26Z</dc:date>
    </item>
  </channel>
</rss>

