<?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 How tAggregateRow works? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376454#M138622</link>
    <description>Hi,&lt;BR /&gt;I hope you can help me.&lt;BR /&gt;I'm reading  Component Guide of Talend and I just can't understand&lt;BR /&gt;how the tAggregateRow works ( Page 710 ).&lt;BR /&gt;Some questions:&lt;BR /&gt;1. How can I know what the functions do? (count, min,&lt;BR /&gt;max, avg, sum, first, last, list, list(objects),&lt;BR /&gt;count(distinct), standard deviation).&lt;BR /&gt;2. In the manual, in 'Input Column Position', he puts 'Points' without show what it means.&lt;BR /&gt;3. Finally, in the manual, he didn't show the types that should been chosen (String,int,float,...)&lt;BR /&gt;Thnks a lot, and I'm so sorry because my english is not good, I'm Brazilian.</description>
    <pubDate>Sat, 16 Nov 2024 13:25:54 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:25:54Z</dc:date>
    <item>
      <title>How tAggregateRow works?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376454#M138622</link>
      <description>Hi,&lt;BR /&gt;I hope you can help me.&lt;BR /&gt;I'm reading  Component Guide of Talend and I just can't understand&lt;BR /&gt;how the tAggregateRow works ( Page 710 ).&lt;BR /&gt;Some questions:&lt;BR /&gt;1. How can I know what the functions do? (count, min,&lt;BR /&gt;max, avg, sum, first, last, list, list(objects),&lt;BR /&gt;count(distinct), standard deviation).&lt;BR /&gt;2. In the manual, in 'Input Column Position', he puts 'Points' without show what it means.&lt;BR /&gt;3. Finally, in the manual, he didn't show the types that should been chosen (String,int,float,...)&lt;BR /&gt;Thnks a lot, and I'm so sorry because my english is not good, I'm Brazilian.</description>
      <pubDate>Sat, 16 Nov 2024 13:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376454#M138622</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How tAggregateRow works?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376455#M138623</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;1. How can I know what the functions do? (count, min,&lt;BR /&gt;max, avg, sum, first, last, list, list(objects),&lt;BR /&gt;count(distinct), standard deviation).&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;There are common aggregate logic function, for example, count get the number of rows group by the key columns. min get the minimum value of rows group by the key columns. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;2. In the manual, in 'Input Column Position', he puts 'Points' without show what it means.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;In the 'input column position' choose the columns from input schema as group keys. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;3. Finally, in the manual, he didn't show the types that should been chosen (String,int,float,...)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The data type is defined on the schema. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 14 May 2010 02:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376455#M138623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-14T02:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How tAggregateRow works?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376456#M138624</link>
      <description>shong, 
&lt;BR /&gt;Thank for your answer, but I still can't understand some points.
&lt;BR /&gt;Like I said, in the manual is not specified the type that I have to choose in the schema,
&lt;BR /&gt;so I'm choosing and receiving this message:
&lt;BR /&gt;"Warning: the operation 'count ' for the output column 'Name1' can't be processed
&lt;BR /&gt;because of incompatible input and/or output types. "
&lt;BR /&gt;I want to compare two columns of names, and to do that, I'm choosing that two like 'key'.
&lt;BR /&gt;In the types I'm putting 'String' and I'm adding 3 columns: 'Average', 'Max' and 'Min', all
&lt;BR /&gt;of them like double.
&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 14 May 2010 15:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376456#M138624</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-05-14T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: How tAggregateRow works?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376457#M138625</link>
      <description>in your output schema you have a column named "Name1". In the operation menu of the tAggregateRow you shoudl have a line with a count operation (with Name1 defined as an output column, right ?).&lt;BR /&gt;So now if you take a look on your output schema Name1's type should be String which is wrong, since a count operation return a numeric value (change it to Integer). Same logic for others output columns that will contains results of Sum, Average...</description>
      <pubDate>Fri, 14 May 2010 16:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-tAggregateRow-works/m-p/2376457#M138625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-14T16:14:20Z</dc:date>
    </item>
  </channel>
</rss>

