<?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: Aggregate rows, include all detail in output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Aggregate-rows-include-all-detail-in-output/m-p/2207564#M7153</link>
    <description>Is it possible to load all the (PRODUCT_ID, PRICE)'s then set MAX_PRICE for all records at the same time with an update statement?</description>
    <pubDate>Mon, 11 Apr 2011 23:10:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-11T23:10:20Z</dc:date>
    <item>
      <title>Aggregate rows, include all detail in output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Aggregate-rows-include-all-detail-in-output/m-p/2207562#M7151</link>
      <description>Hi all, 
&lt;BR /&gt;TOS 4.1.2 - Windows XP - Java 
&lt;BR /&gt;Is there a way to aggregate values in a column whilst keeping all of the detail in the output? A simple example: 
&lt;BR /&gt;Product_ID||Price 
&lt;BR /&gt;1||5.99 
&lt;BR /&gt;2||12.99 
&lt;BR /&gt;3||8.99 
&lt;BR /&gt;Product_ID||Price||Max_Price 
&lt;BR /&gt;1||5.99||12.99 
&lt;BR /&gt;2||12.99||12.99 
&lt;BR /&gt;3||8.99||12.99 
&lt;BR /&gt;I need to work with the maximum value of a column in the input within the rows of the output. I assumed that if I used tAggregateRows and left all of the columns from the input in the output that it would do this but it outputs a single, mostly blank, row. 
&lt;BR /&gt;Thanks, Chris 
&lt;BR /&gt;NB I'm not a Java programmer but can hack about a bit if required.</description>
      <pubDate>Sat, 16 Nov 2024 12:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Aggregate-rows-include-all-detail-in-output/m-p/2207562#M7151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate rows, include all detail in output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Aggregate-rows-include-all-detail-in-output/m-p/2207563#M7152</link>
      <description>Hi,
&lt;BR /&gt;This will work but not particularly pretty :-
&lt;BR /&gt;1) input schema = product_id and price
&lt;BR /&gt;2) taggreagate - just get max price
&lt;BR /&gt;3) Use aggregate as lookup into tmap - no join to lookup therefore the value goes out wil every row. If you have a group requirment you would aggreate based on group then join on group in tmap.
&lt;BR /&gt;HTH</description>
      <pubDate>Mon, 11 Apr 2011 22:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Aggregate-rows-include-all-detail-in-output/m-p/2207563#M7152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-11T22:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate rows, include all detail in output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Aggregate-rows-include-all-detail-in-output/m-p/2207564#M7153</link>
      <description>Is it possible to load all the (PRODUCT_ID, PRICE)'s then set MAX_PRICE for all records at the same time with an update statement?</description>
      <pubDate>Mon, 11 Apr 2011 23:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Aggregate-rows-include-all-detail-in-output/m-p/2207564#M7153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-11T23:10:20Z</dc:date>
    </item>
  </channel>
</rss>

