<?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: last value in sub sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508367#M190042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your answer, but the script doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be the supplier (second dimension) could be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 15:57:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-14T15:57:41Z</dc:date>
    <item>
      <title>last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508364#M190039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a table with the stock values per month e.g.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 160px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="80"&gt;month&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="80"&gt;stock value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;160&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;170&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;140&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;total&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1490&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the total amount will aggregate all the stock values of the year.&lt;/P&gt;&lt;P&gt;Is it possible to show only the last value in the total amount (90)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 12:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508364#M190039</guid>
      <dc:creator />
      <dc:date>2014-01-14T12:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508365#M190040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the expression in the attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 14:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508365#M190040</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-14T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508366#M190041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;YearMonth={$(vMaxYearMonth)}&amp;gt;} [stock value])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-JFlorian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 15:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508366#M190041</guid>
      <dc:creator>javier_florian</dc:creator>
      <dc:date>2014-01-14T15:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508367#M190042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your answer, but the script doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be the supplier (second dimension) could be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 15:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508367#M190042</guid>
      <dc:creator />
      <dc:date>2014-01-14T15:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508368#M190043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried it and lost the game &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, 14 Jan 2014 15:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508368#M190043</guid>
      <dc:creator />
      <dc:date>2014-01-14T15:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508369#M190044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an example of your chart then?&amp;nbsp; If we don't have the full information, it's hard to help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508369#M190044</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-14T16:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508370#M190045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 854px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl23" height="20" width="65"&gt;supplier&lt;/TD&gt;&lt;TD class="xl23" style="border-left: none;" width="90"&gt;department&lt;/TD&gt;&lt;TD class="xl23" style="border-left: none;" width="105"&gt;productgroup&lt;/TD&gt;&lt;TD class="xl23" style="border-left: none;" width="107"&gt;month&lt;/TD&gt;&lt;TD class="xl24" style="border-left: none;" width="98"&gt;stock value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;160&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;170&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;140&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;total&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-top: none; border-left: none;"&gt;1490&lt;/TD&gt;&lt;TD class="xl22" style="border-left: none;"&gt;should be 90 stock value in month 12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;jackets&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;total &lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-top: none; border-left: none;"&gt;4200&lt;/TD&gt;&lt;TD class="xl22" style="border-left: none;"&gt;should be 200 stock value in month 12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;women&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;total&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-top: none; border-left: none;"&gt;5690&lt;/TD&gt;&lt;TD class="xl22" style="border-top: none; border-left: none;"&gt;should be sum of women shirts and jackets 290&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;5690&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test &lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl24" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;men&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;shirts&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;total &lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-top: none; border-left: none;"&gt;4200&lt;/TD&gt;&lt;TD class="xl22" style="border-left: none;"&gt;should be 200 stock value in month 12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl23" height="20" style="border-top: none;"&gt;test&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt;total&lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl23" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-top: none; border-left: none;"&gt;9890&lt;/TD&gt;&lt;TD class="xl22" style="border-top: none; border-left: none;"&gt;should be the sum of all productgroups of month 12 (490)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508370#M190045</guid>
      <dc:creator />
      <dc:date>2014-01-14T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508371#M190046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is very hard sorry &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508371#M190046</guid>
      <dc:creator />
      <dc:date>2014-01-14T16:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508372#M190047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a table loaded in your script or are you trying to get your result in an object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508372#M190047</guid>
      <dc:creator>richard</dc:creator>
      <dc:date>2014-01-14T16:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508373#M190048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Please check out the attached document.I created a straight table with the expressions you are looking for.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508373#M190048</guid>
      <dc:creator />
      <dc:date>2014-01-14T17:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508374#M190049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is about as close as I'm able to get it.&amp;nbsp; QV won't allow me to put partial sums on any of the other dimensions (I think because of the aggr() that I'm using).&amp;nbsp; Hopefully this is a step in the right direction!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508374#M190049</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-14T17:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508375#M190050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your other option would be to calculate these totals in the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508375#M190050</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-14T17:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: last value in sub sum</title>
      <link>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508376#M190051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Simply Create a variable &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;vMaxMonth&lt;/SPAN&gt; = Max&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;(&lt;/SPAN&gt;Month) in variable Overview&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;then&lt;/SPAN&gt; use below expression in &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;text box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;(&lt;/SPAN&gt;&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;{&amp;lt;&lt;/SPAN&gt;Month=&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;{&lt;/SPAN&gt;"$&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;(&lt;/SPAN&gt;&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;vMaxMonth&lt;/SPAN&gt;)"}&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;&amp;gt;}&lt;/SPAN&gt;Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rode&lt;/P&gt;&lt;P&gt;+91 8976977897&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 18:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value-in-sub-sum/m-p/508376#M190051</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-01-14T18:01:57Z</dc:date>
    </item>
  </channel>
</rss>

