<?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: Find row with highest value for a given column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Find-row-with-highest-value-for-a-given-column/m-p/2336531#M104966</link>
    <description>You can use a tHSQLDbOutput component to create an in memory database which you could query in the manner you describe.</description>
    <pubDate>Thu, 23 Feb 2017 15:38:25 GMT</pubDate>
    <dc:creator>cterenzi</dc:creator>
    <dc:date>2017-02-23T15:38:25Z</dc:date>
    <item>
      <title>Find row with highest value for a given column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-row-with-highest-value-for-a-given-column/m-p/2336530#M104965</link>
      <description>&lt;P&gt;I have a set of json files containing some structures that I flatten so to have a row with four fields: field1, field2,field3,field4.&lt;BR /&gt;&lt;BR /&gt;I wanna keep for each field1, the row with the highest field4. This would be equivalent in SQL to write&lt;BR /&gt;&lt;BR /&gt;SELECT * from F fields where NOT EXISTS (SELECT 1 from F fields2 where fields2.field1 = fields.field1 and fields2.field4 &amp;gt; fields.field4)&lt;BR /&gt;&lt;BR /&gt;Obviously I am not using a relational database, so I can't use SQL. Old posts on this forum suggest you can use a tUniqRow after having sorted the rows but this component doesn't exist anymore in Talend Open Studio For Data Integration 6&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;BR /&gt;&lt;BR /&gt;Edmondo&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-row-with-highest-value-for-a-given-column/m-p/2336530#M104965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find row with highest value for a given column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-row-with-highest-value-for-a-given-column/m-p/2336531#M104966</link>
      <description>You can use a tHSQLDbOutput component to create an in memory database which you could query in the manner you describe.</description>
      <pubDate>Thu, 23 Feb 2017 15:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-row-with-highest-value-for-a-given-column/m-p/2336531#M104966</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-02-23T15:38:25Z</dc:date>
    </item>
  </channel>
</rss>

