<?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: Display only row with latest date in Straight Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125278#M91576</link>
    <description>&lt;P&gt;Did you try using max(Date) ?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2023 20:14:39 GMT</pubDate>
    <dc:creator>tincholiver</dc:creator>
    <dc:date>2023-10-04T20:14:39Z</dc:date>
    <item>
      <title>Display only row with latest date in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125274#M91575</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a straight table that can have rows with the same "Table Name" (1st col), but they can have different update dates.&lt;/P&gt;
&lt;P&gt;I am trying to figure out how to display only the latest updated date .&amp;nbsp; In the sample below the table named 'Ultimate Loss Ratio (excludes ULAE)' has two Updated Dates.&amp;nbsp; I want to only display the 10/02/2023 date row.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture223.PNG" style="width: 778px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117631iC279A15A652493B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture223.PNG" alt="Capture223.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have been struggling to figure out how to do this.&amp;nbsp; I tried FirstSortedValue, but that didn't work.&lt;/P&gt;
&lt;P&gt;Any ideas on the best way to do this would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 20:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125274#M91575</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2023-10-04T20:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display only row with latest date in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125278#M91576</link>
      <description>&lt;P&gt;Did you try using max(Date) ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 20:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125278#M91576</guid>
      <dc:creator>tincholiver</dc:creator>
      <dc:date>2023-10-04T20:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Display only row with latest date in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125283#M91577</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes.&amp;nbsp; That doesn't display only the row.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Brip51_0-1696451404612.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117636i61F935832E58F7D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Brip51_0-1696451404612.png" alt="Brip51_0-1696451404612.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 20:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125283#M91577</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2023-10-04T20:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display only row with latest date in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125463#M91594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can try below expression :&lt;/P&gt;
&lt;P&gt;Aggr(Max(Date),Table)&lt;/P&gt;
&lt;P&gt;FirstSortedValue(Date(Date,'DD-MM-YYYY'), Aggr(Max(Date), Table))&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125463#M91594</guid>
      <dc:creator>pallavi_96</dc:creator>
      <dc:date>2023-10-05T09:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display only row with latest date in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125547#M91600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes.&amp;nbsp; That worked.&amp;nbsp; Thank you for the help on this !!!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 11:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-row-with-latest-date-in-Straight-Table/m-p/2125547#M91600</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2023-10-05T11:58:07Z</dc:date>
    </item>
  </channel>
</rss>

