<?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: Filtering Getting the newest row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filtering-Getting-the-newest-row/m-p/2370982#M133967</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please elaborate your case with an example with input and expected output values?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 09:15:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-10-13T09:15:06Z</dc:date>
    <item>
      <title>Filtering Getting the newest row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-Getting-the-newest-row/m-p/2370981#M133966</link>
      <description>&lt;P&gt; I have the following problem: &lt;/P&gt;&lt;P&gt;I have a data table with several entries for each serial number and I need only the one entry with the latest timestamp for each serial number. I have no idea how to do this in talend.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-Getting-the-newest-row/m-p/2370981#M133966</guid>
      <dc:creator>MarcusDidius</dc:creator>
      <dc:date>2024-11-15T23:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Getting the newest row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-Getting-the-newest-row/m-p/2370982#M133967</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please elaborate your case with an example with input and expected output values?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 09:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-Getting-the-newest-row/m-p/2370982#M133967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T09:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Getting the newest row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-Getting-the-newest-row/m-p/2370983#M133968</link>
      <description>&lt;P&gt;I suggest doing this with SQL. I would use a rank over partition function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select &lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;name,&lt;/P&gt;&lt;P&gt;whatever, &lt;/P&gt;&lt;P&gt;rank() over (partition by id order by my_timestamp desc) as ranking &lt;/P&gt;&lt;P&gt;from my_table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the ranking column will contain 1 (or 0 - you need to check that) for the record with the newest timestamp.&lt;/P&gt;&lt;P&gt;Please take it as suggestion, the window functions have different syntax for different database products.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 17:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-Getting-the-newest-row/m-p/2370983#M133968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T17:52:36Z</dc:date>
    </item>
  </channel>
</rss>

