<?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: How to find max value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064388#M355922</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;Try like this&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD *, RowNo() as RowNo Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PartNo, ReceiptDate, UnitPrice&lt;/P&gt;&lt;P&gt;1, 13/01/2016,30&lt;/P&gt;&lt;P&gt;1, 20/02/2016, 10&lt;/P&gt;&lt;P&gt;1, 15/03/2016, 20&lt;/P&gt;&lt;P&gt;1, 15/03/2016, 40&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD PartNo, FirstSortedValue(ReceiptDate, -ReceiptDate&amp;amp;RowNo), FirstSortedValue(UnitPrice, -ReceiptDate&amp;amp;RowNo) As UnitPrices Resident Test&lt;/P&gt;&lt;P&gt;Group by PartNo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 05:40:04 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2016-03-14T05:40:04Z</dc:date>
    <item>
      <title>How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064383#M355917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find the max value based on receipt date...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show only max receiptdate of max unit price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="aaa.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117856_aaa.JPG" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064383#M355917</guid>
      <dc:creator />
      <dc:date>2016-03-14T05:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064384#M355918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;from table ;&lt;/P&gt;&lt;P&gt;noconcatenation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD PartNo,&lt;/P&gt;&lt;P&gt;max(ReceiptDate) as &lt;SPAN style="font-size: 13.3333px;"&gt;ReceiptDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;max(Unit Price) as Unit Price&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Temp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Group by &lt;SPAN style="font-size: 13.3333px;"&gt;PartNo&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop table Temp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064384#M355918</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-14T05:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064385#M355919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use the Aggr function and giving a sample Expression as Follows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(if(Rank(Sum([Unit Price])&amp;lt;=1,ReceiptDate),&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ReceiptDate&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064385#M355919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T05:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064386#M355920</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;In the load script you can create new table to find out the Max UnitPrice at date level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PartNo,ReceiptDate,UnitPrice&lt;/P&gt;&lt;P&gt;1,13/01/2016,30&lt;/P&gt;&lt;P&gt;1,20/02/2016,10&lt;/P&gt;&lt;P&gt;1,15/03/2016,20&lt;/P&gt;&lt;P&gt;1,15/03/2016,40&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maxtab:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;ReceiptDate,&lt;/P&gt;&lt;P&gt;MAX(UnitPrice) as Max_UnitP&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;Group By ReceiptDate;&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;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064386#M355920</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-03-14T05:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064387#M355921</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN(Data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;PartNo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;max(Unit Price) as Unit Price,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 AS MaxPriceFlag&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;RESIDENT Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;GROUP BY PartNo;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in front end use below expression for getting max date of the Part No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max({&amp;lt;MaxPriceFlag={1}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ReceiptDate&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064387#M355921</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-14T05:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064388#M355922</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;Try like this&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD *, RowNo() as RowNo Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PartNo, ReceiptDate, UnitPrice&lt;/P&gt;&lt;P&gt;1, 13/01/2016,30&lt;/P&gt;&lt;P&gt;1, 20/02/2016, 10&lt;/P&gt;&lt;P&gt;1, 15/03/2016, 20&lt;/P&gt;&lt;P&gt;1, 15/03/2016, 40&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD PartNo, FirstSortedValue(ReceiptDate, -ReceiptDate&amp;amp;RowNo), FirstSortedValue(UnitPrice, -ReceiptDate&amp;amp;RowNo) As UnitPrices Resident Test&lt;/P&gt;&lt;P&gt;Group by PartNo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064388#M355922</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-03-14T05:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064389#M355923</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;You need to group this data as well &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Result:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD PartNo,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;max(ReceiptDate) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ReceiptDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;max(Unit Price) as Unit Price&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Temp&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Group By &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PartNo&lt;/SPAN&gt;&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064389#M355923</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-03-14T05:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064390#M355924</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;Thanks to all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same in script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am trying to do the same in expression level...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064390#M355924</guid>
      <dc:creator />
      <dc:date>2016-03-14T05:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064391#M355925</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;Try like this&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD *, RowNo() as RowNo Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PartNo, ReceiptDate, UnitPrice&lt;/P&gt;&lt;P&gt;1, 13/01/2016,30&lt;/P&gt;&lt;P&gt;1, 20/02/2016, 10&lt;/P&gt;&lt;P&gt;1, 15/03/2016, 20&lt;/P&gt;&lt;P&gt;1, 15/03/2016, 40&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart:&lt;/P&gt;&lt;P&gt;Dim: PartNo &lt;/P&gt;&lt;P&gt;Exp:&lt;/P&gt;&lt;P&gt;ReceiptDate = FirstSortedValue(ReceiptDate, - ReceiptDate&amp;amp;RowNo)&lt;/P&gt;&lt;P&gt;UnitPrice = FirstSortedValue(UnitPrice, - ReceiptDate&amp;amp;RowNo)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064391#M355925</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-03-14T05:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064392#M355926</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;Then simple in any straight table write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim:- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PartNo,ReceiptDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exre:- MAX(UnitPrice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064392#M355926</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-03-14T05:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064393#M355927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In front end You can do this by expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptDate, - aggr(max(UnitPrice),PartNo))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script,&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; PartNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UnitPrice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;From Table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;left join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;load max(UnitPrice) as MaxUnitPrice,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;PartNo,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as MaxUnitPriceFlag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Resident Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;group by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;PartNo;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;left join &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;PartNo,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptDate&lt;/SPAN&gt;) as Max&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;resident Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;MaxUnitPriceFlag=1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;group by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;PartNo;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064393#M355927</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-14T05:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064394#M355928</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;I got like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="aaaaa.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117867_aaaaa.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want the output like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19"&gt;&lt;STRONG style="color: #000000;"&gt;PartNo&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG style="color: #000000;"&gt;ReceiptDate&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG style="color: #000000;"&gt;Unit Price&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#FFFF00" height="19"&gt;&lt;SPAN style="color: #000000;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#FFFF00"&gt;&lt;SPAN style="color: #000000;"&gt;15/03/2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#FFFF00"&gt;&lt;SPAN style="color: #000000;"&gt;40&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#FFFF00" height="19"&gt;&lt;SPAN style="color: #000000;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#FFFF00"&gt;&lt;SPAN style="color: #000000;"&gt;15/05/2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#FFFF00"&gt;&lt;SPAN style="color: #000000;"&gt;80&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#FFFF00" height="19"&gt;&lt;SPAN style="color: #000000;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#FFFF00"&gt;&lt;SPAN style="color: #000000;"&gt;01/08/2015&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#FFFF00"&gt;&lt;SPAN style="color: #000000;"&gt;90&lt;/SPAN&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;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064394#M355928</guid>
      <dc:creator />
      <dc:date>2016-03-14T05:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064395#M355929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;A href="https://community.qlik.com/qlik-users/56619"&gt;its.anandrjs&lt;/A&gt;‌ its was a typo error from me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064395#M355929</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-14T05:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064396#M355930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try to use the Aggr function and giving a sample Expression as Follows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(if(Rank(Sum([Unit Price])&amp;lt;=1,ReceiptDate),&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ReceiptDate&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064396#M355930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T05:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064397#M355931</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;Sorry, not getting the expected output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="abc.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117868_abc.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064397#M355931</guid>
      <dc:creator />
      <dc:date>2016-03-14T05:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064398#M355932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=FirstSortedValue(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UnitPrice&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, - aggr(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptDate&lt;/SPAN&gt;),PartNo))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FirstSortedValue(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UnitPrice&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptDate&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064398#M355932</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-14T05:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064399#M355933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptDate={"=&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aggr(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptDate&lt;/SPAN&gt;),PartNo)&lt;/SPAN&gt; "&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UnitPrice&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064399#M355933</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-14T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064400#M355934</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;not getting any data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub2u444.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064400#M355934</guid>
      <dc:creator />
      <dc:date>2016-03-14T06:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064401#M355935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better if you create the Flag into load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064401#M355935</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-03-14T06:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064402#M355936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;aggr(max(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UnitPrice&lt;/SPAN&gt;),PartNo)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-value/m-p/1064402#M355936</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-14T06:10:34Z</dc:date>
    </item>
  </channel>
</rss>

