<?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: Show only the row with max date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-only-the-row-with-max-date/m-p/2116364#M91096</link>
    <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 08:02:46 GMT</pubDate>
    <dc:creator>FlaminioIta88</dc:creator>
    <dc:date>2023-09-13T08:02:46Z</dc:date>
    <item>
      <title>Show only the row with max date</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-the-row-with-max-date/m-p/2116344#M91091</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a situation like this table: due to a dirty DB, for the same items (in this example, item A123) I have 3 different End Version.&lt;/P&gt;
&lt;P&gt;I know that the right End Version is the highest (in this example '999999999999999999') but the table show 3 rows showing all the 3 existing value.&lt;/P&gt;
&lt;P&gt;I just want the row with "9999999999999".&lt;/P&gt;
&lt;P&gt;How can I do it? I tried to write "Max(EndVersion)" but it didn't solved the problem.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="290px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="134.984px" height="47px"&gt;# item&lt;/TD&gt;
&lt;TD width="154.016px" height="47px"&gt;End Version&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="134.984px" height="69px"&gt;A123&lt;/TD&gt;
&lt;TD width="154.016px" height="69px"&gt;999999999999999999&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="134.984px" height="69px"&gt;A123&lt;/TD&gt;
&lt;TD width="154.016px" height="69px"&gt;2022052800&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="134.984px" height="69px"&gt;A123&lt;/TD&gt;
&lt;TD width="154.016px" height="69px"&gt;2023030100&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Wed, 13 Sep 2023 07:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-the-row-with-max-date/m-p/2116344#M91091</guid>
      <dc:creator>FlaminioIta88</dc:creator>
      <dc:date>2023-09-13T07:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the row with max date</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-the-row-with-max-date/m-p/2116352#M91094</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Aggr(&amp;nbsp;&lt;/STRONG&gt;max(EndVersion) &lt;STRONG&gt;,"# item")&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 07:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-the-row-with-max-date/m-p/2116352#M91094</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2023-09-13T07:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the row with max date</title>
      <link>https://community.qlik.com/t5/App-Development/Show-only-the-row-with-max-date/m-p/2116364#M91096</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 08:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-only-the-row-with-max-date/m-p/2116364#M91096</guid>
      <dc:creator>FlaminioIta88</dc:creator>
      <dc:date>2023-09-13T08:02:46Z</dc:date>
    </item>
  </channel>
</rss>

