<?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: Getting the most record record in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449320#M167688</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;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try the below Code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Load FirstValue(Price) as Price , Max(Date) as Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Resident Table Group by ItemCode Order by Date .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 16:07:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-12T16:07:42Z</dc:date>
    <item>
      <title>Getting the most record record</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449316#M167684</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 was wondering if someone could help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Item Code&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01/01/2012&lt;/TD&gt;&lt;TD&gt;ITEM1&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01/02/2012&lt;/TD&gt;&lt;TD&gt;ITEM1&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01/03/2012&lt;/TD&gt;&lt;TD&gt;ITEM1&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;36&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;03/04/2012&lt;/TD&gt;&lt;TD&gt;ITEM1&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway in Qlikview where I can just read in the most recent record for each item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 13:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449316#M167684</guid>
      <dc:creator />
      <dc:date>2013-04-12T13:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the most record record</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449317#M167685</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;Date = {"$(=max(Date))"}&amp;gt;}Price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add dimension as Item_Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This will give you latest record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 13:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449317#M167685</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-12T13:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the most record record</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449318#M167686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats for the answer, but I was wondering if its possible to do this in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 14:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449318#M167686</guid>
      <dc:creator />
      <dc:date>2013-04-12T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the most record record</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449319#M167687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 15:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449319#M167687</guid>
      <dc:creator />
      <dc:date>2013-04-12T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the most record record</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449320#M167688</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;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try the below Code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Load FirstValue(Price) as Price , Max(Date) as Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Resident Table Group by ItemCode Order by Date .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 16:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-most-record-record/m-p/449320#M167688</guid>
      <dc:creator />
      <dc:date>2013-04-12T16:07:42Z</dc:date>
    </item>
  </channel>
</rss>

