<?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: Above function with two dimensions not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99570#M766716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what's wrong axactly ?&lt;/P&gt;&lt;P&gt;it should work fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2018 09:27:54 GMT</pubDate>
    <dc:creator>ogautier62</dc:creator>
    <dc:date>2018-07-02T09:27:54Z</dc:date>
    <item>
      <title>Above function with two dimensions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99567#M766713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik,&lt;/P&gt;&lt;P&gt;I'm facing issue with aggr and above function . Actually i want to show the closing balance as the opening balance to the next month.&lt;/P&gt;&lt;P&gt;By using single dimension Year-Month it showing values exactly what i expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Using Single dimension Result:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 405px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;" width="80"&gt;Year-Month&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; text-align: center;" width="93"&gt;Open Balance&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; text-align: center;" width="64"&gt;Created&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; text-align: center;" width="64"&gt;Closed&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; text-align: center;" width="104"&gt;Closing Balance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none; text-align: center;"&gt;2018-Jan&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none; text-align: center;"&gt;2018-Feb&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none; text-align: center;"&gt;2018-Mar&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none; text-align: center;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula used for Open Balance is &lt;/P&gt;&lt;P&gt;=num(SUM(aggr(above(RangeSum(Above(total count({&amp;lt;Date_Type={'CreatedDateRelated'}&amp;gt;}distinct ticket_id) , 0, RowNo()))&lt;/P&gt;&lt;P&gt;&amp;nbsp; -&lt;/P&gt;&lt;P&gt; RangeSum(Above(total Count({&amp;lt;Date_Type={'ClosedDateRelated'}&amp;gt;}distinct ticket_id) , 0, RowNo()))),Year_Month1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When adding dimensions Year-Month and Priority its not showing exactly what i expected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Two dimensions Showing Result As:&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 414px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;" width="100"&gt;&lt;P&gt;-Year-Month&lt;/P&gt;&lt;P&gt;-Priority&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;" width="96"&gt; Open Balance&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;" width="59"&gt; Created&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;" width="52"&gt; Closed&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;" width="107"&gt; Closing Balance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Jan&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Jan Total&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;10&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Feb&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Feb Total&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Mar&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Mar Total&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;12&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;10&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;"&gt;Grand Total&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;"&gt;9&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;"&gt;29&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;"&gt;20&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: rgb(217, 225, 242); text-align: center;"&gt;18&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;Here '2018 - Feb' total Open balance is showing as 2 but total open balance should show 5 ,Because previous closing balance is 5 which is carry forward to '2018-Feb'.Here L1 priority activities not there in the Feb month thats why its not showing L1 Open balance count 3.&lt;/P&gt;&lt;P&gt;Excepting Result like this:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 414px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;" width="100"&gt;&lt;P&gt;-Year-Month&lt;/P&gt;&lt;P&gt;-Priority&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;" width="96"&gt; Open Balance&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;" width="59"&gt; Created&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;" width="52"&gt; Closed&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;" width="107"&gt; Closing Balance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Jan&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Jan Total&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;10&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Feb&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD colspan="1"&gt; &lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; L1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD colspan="1"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD colspan="1"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD colspan="1"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD colspan="1"&gt;&lt;SPAN style="color: #ff0000;"&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; 0&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;&lt;SPAN style="color: #ff0000;"&gt;2018-Feb Total&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;&lt;SPAN style="color: #ff0000;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;&lt;SPAN style="color: #ff0000;"&gt;7&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;&lt;SPAN style="color: #ff0000;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;&lt;SPAN style="color: #ff0000;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Mar&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; text-align: center;"&gt;L2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;2018-Mar Total&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;12&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;10&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; text-align: center;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;"&gt;Grand Total&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;"&gt;9&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;"&gt;29&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;"&gt;20&lt;/TD&gt;&lt;TD class="xl65" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border: 0.5pt solid windowtext; background: #d9e1f2; text-align: center;"&gt;18&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks and Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;M Subash Chandra&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99567#M766713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Above function with two dimensions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99568#M766714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be use just above(closing balance) for open balance without rangesum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 09:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99568#M766714</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-02T09:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Above function with two dimensions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99569#M766715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;I Tried by using above function without using rangesum but it didn't work as i expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;M Subash &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 09:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99569#M766715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T09:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Above function with two dimensions not working</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99570#M766716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what's wrong axactly ?&lt;/P&gt;&lt;P&gt;it should work fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 09:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-with-two-dimensions-not-working/m-p/99570#M766716</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-02T09:27:54Z</dc:date>
    </item>
  </channel>
</rss>

