<?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: How does tAggregateRow component work? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284829#M58451</link>
    <description>Ok,&lt;BR /&gt;But Where we have to give conditional grouping&amp;nbsp;&lt;BR /&gt;ie; Filter the records while grouping it&lt;BR /&gt;Examp : &amp;nbsp;where sal &amp;gt; 2000&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;group by deptno&lt;BR /&gt;and&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; group by deptno&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; having &amp;nbsp;sum(sal) &amp;gt; 5000</description>
    <pubDate>Mon, 23 Nov 2015 14:38:07 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2015-11-23T14:38:07Z</dc:date>
    <item>
      <title>How does tAggregateRow component work?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284827#M58449</link>
      <description>Hello,&lt;BR /&gt;In Talend tutorial is not giving complete information in detail.&lt;BR /&gt;&lt;U&gt;Exam : tAggregateRow&amp;nbsp;&lt;/U&gt;&lt;BR /&gt;I have input columns like &amp;nbsp;Empno, Ename, Hiredate, Sal, Deptno &amp;nbsp;to &amp;nbsp;tAggregateRow&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;so if i want to group the data based on the Deptno then query will be&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;select &amp;nbsp;Empno, Ename, sum(Sal), Deptno&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; from Emp&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; where Hiredate &amp;gt; '2015-06-01'&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;group by Deptno;&lt;BR /&gt;so here we have select columns like : Empno,Ename,sum(Sal) ,Deptno&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;and where column like : HireDate&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;and &amp;nbsp;Group column like : Deptno&lt;BR /&gt;In Talend Group column Deptno can be given in Group By&amp;nbsp;&lt;BR /&gt;and sum(sal) can be cal in Operations&amp;nbsp;&lt;BR /&gt;but where to declare &amp;nbsp; Empno, &amp;nbsp;Ename &amp;nbsp;in Talend&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Fri, 20 Nov 2015 07:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284827#M58449</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-11-20T07:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: How does tAggregateRow component work?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284828#M58450</link>
      <description>Hi&amp;nbsp;&lt;BR /&gt;Add Empno, Ename columns in the output schema, and select 'first' or 'last' or 'list' function in Operations based on your real request.</description>
      <pubDate>Mon, 23 Nov 2015 08:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284828#M58450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T08:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How does tAggregateRow component work?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284829#M58451</link>
      <description>Ok,&lt;BR /&gt;But Where we have to give conditional grouping&amp;nbsp;&lt;BR /&gt;ie; Filter the records while grouping it&lt;BR /&gt;Examp : &amp;nbsp;where sal &amp;gt; 2000&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;group by deptno&lt;BR /&gt;and&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; group by deptno&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; having &amp;nbsp;sum(sal) &amp;gt; 5000</description>
      <pubDate>Mon, 23 Nov 2015 14:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284829#M58451</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-11-23T14:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: How does tAggregateRow component work?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284830#M58452</link>
      <description>use the special component tFilterRow to filter the rows before or after tAggregateRow.</description>
      <pubDate>Tue, 24 Nov 2015 01:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-does-tAggregateRow-component-work/m-p/2284830#M58452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T01:23:30Z</dc:date>
    </item>
  </channel>
</rss>

