<?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: [resolved] how do do this with taggregaterow ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313920#M84733</link>
    <description>Good idea.&lt;BR /&gt;thanks.</description>
    <pubDate>Mon, 30 Nov 2015 08:50:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-30T08:50:26Z</dc:date>
    <item>
      <title>[resolved] how do do this with taggregaterow ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313916#M84729</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;My input file have 3 columns with id (name id1 id2 id3) and 1 column with a date&lt;BR /&gt;And i want in my output file :&amp;nbsp;&lt;BR /&gt;- a group by id1 and id2&amp;nbsp;&lt;BR /&gt;- and the id3 corresponding to the max date&lt;BR /&gt;The thing is that the id3 is not in date order, so i have to take the latest date and the id3 corresponding to that line.&lt;BR /&gt;&lt;BR /&gt;how i do this with a&amp;nbsp;taggregaterow ?&lt;BR /&gt;&lt;BR /&gt;thanks for your help&lt;BR /&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 10:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313916#M84729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how do do this with taggregaterow ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313917#M84730</link>
      <description>Hello Pierre&amp;nbsp;&lt;BR /&gt;Can you show us an example with some real data? It will be helpful for us to understand your requirement.</description>
      <pubDate>Thu, 26 Nov 2015 10:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313917#M84730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T10:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how do do this with taggregaterow ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313918#M84731</link>
      <description>For example as an input i have this :&lt;BR /&gt;ID1 &amp;nbsp; &amp;nbsp; | ID2 &amp;nbsp; &amp;nbsp;| ID3 &amp;nbsp; &amp;nbsp; | DATECREATION&lt;BR /&gt;21 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 101 &amp;nbsp; &amp;nbsp; | 20/11/2015&lt;BR /&gt;21 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 2 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 102 &amp;nbsp; &amp;nbsp; | 22/11/2015&lt;BR /&gt;52 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 3 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 109 &amp;nbsp; &amp;nbsp; | 24/11/2015&lt;BR /&gt;52 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 3 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 105 &amp;nbsp; &amp;nbsp; | 26/11/2015&lt;BR /&gt;&lt;BR /&gt;the result expecting :&lt;BR /&gt;&lt;BR /&gt;ID1 &amp;nbsp; &amp;nbsp; | ID2 &amp;nbsp; &amp;nbsp;| ID3 &amp;nbsp; &amp;nbsp; | CREATIONDATE&lt;BR /&gt;21 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; | 101 &amp;nbsp; &amp;nbsp; | 20/11/2015&lt;BR /&gt;21 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; | 102 &amp;nbsp; &amp;nbsp; | 22/11/2015&lt;BR /&gt;52 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; | 105 &amp;nbsp; &amp;nbsp; | 26/11/2015&lt;BR /&gt;&lt;BR /&gt;For the 2 last lines i want to keep the line with the latest&amp;nbsp;CREATIONDATE (so the ID3 105 ).&lt;BR /&gt;&lt;BR /&gt;So i can use agregate but i cant say "i want the ID3 corresponding to the line with the latest&amp;nbsp;CREATIONDATE"</description>
      <pubDate>Thu, 26 Nov 2015 10:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313918#M84731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T10:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how do do this with taggregaterow ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313919#M84732</link>
      <description>Hi&lt;BR /&gt;Only read ID2 and DATECREATION columns, do an aggregation operation on these two fields with tAggregateRow, group by ID2 and select 'Max' function on DATECREATION column, after that, do a join with the source data based on DATECREATION column on a tMap, the job design looks like:&lt;BR /&gt;tFileinputDelimited--main--tAggregateRow--main--tMap---main---tLogRow&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lookup&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tFileinputDelimited&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;</description>
      <pubDate>Mon, 30 Nov 2015 06:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313919#M84732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-30T06:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how do do this with taggregaterow ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313920#M84733</link>
      <description>Good idea.&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 30 Nov 2015 08:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-do-do-this-with-taggregaterow/m-p/2313920#M84733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-30T08:50:26Z</dc:date>
    </item>
  </channel>
</rss>

