<?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 find max value on using when using range sum function. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/find-max-value-on-using-when-using-range-sum-function/m-p/1040343#M350201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using function rangesum in straight table and output is accumulate value,now i want to apply max function on this and find max value according to dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rangesum.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120291_rangesum.PNG" style="height: 221px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;in above screen shot field AccumulateAmount is created from formula "Rangesum(Amount,above(AccumulateAmount)))".&lt;/P&gt;&lt;P&gt;now i want to find out only max value of this field basis on Name .&lt;/P&gt;&lt;P&gt;need output as given below in same&amp;nbsp; qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="output.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/120292_output.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Application also Attached.&lt;/P&gt;&lt;P&gt;Please Suggest what can i do to find max value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Apr 2016 07:24:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-02T07:24:42Z</dc:date>
    <item>
      <title>find max value on using when using range sum function.</title>
      <link>https://community.qlik.com/t5/QlikView/find-max-value-on-using-when-using-range-sum-function/m-p/1040343#M350201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using function rangesum in straight table and output is accumulate value,now i want to apply max function on this and find max value according to dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rangesum.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120291_rangesum.PNG" style="height: 221px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;in above screen shot field AccumulateAmount is created from formula "Rangesum(Amount,above(AccumulateAmount)))".&lt;/P&gt;&lt;P&gt;now i want to find out only max value of this field basis on Name .&lt;/P&gt;&lt;P&gt;need output as given below in same&amp;nbsp; qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="output.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/120292_output.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Application also Attached.&lt;/P&gt;&lt;P&gt;Please Suggest what can i do to find max value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 07:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-max-value-on-using-when-using-range-sum-function/m-p/1040343#M350201</guid>
      <dc:creator />
      <dc:date>2016-04-02T07:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: find max value on using when using range sum function.</title>
      <link>https://community.qlik.com/t5/QlikView/find-max-value-on-using-when-using-range-sum-function/m-p/1040344#M350202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried dimension Name and as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;=Sum(Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should have opened your QVW, try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(FirstSortedValue(Balance,-Date),Name,Account))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Sum(Aggr(FirstSortedValue(Balance,-Date),Name,Account))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;72395 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Mohit&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;10000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Ramesh&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;47829&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Rohit&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;14566&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 09:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-max-value-on-using-when-using-range-sum-function/m-p/1040344#M350202</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-02T09:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: find max value on using when using range sum function.</title>
      <link>https://community.qlik.com/t5/QlikView/find-max-value-on-using-when-using-range-sum-function/m-p/1040345#M350203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;&lt;/STRONG&gt; now it is woking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 12:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-max-value-on-using-when-using-range-sum-function/m-p/1040345#M350203</guid>
      <dc:creator />
      <dc:date>2016-04-02T12:16:57Z</dc:date>
    </item>
  </channel>
</rss>

