<?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 From tAggregateRow to tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322119#M92089</link>
    <description>Hi,&lt;BR /&gt;How can I use the data from an output of tAgreggateRow to tMap? I can't join this two components.&lt;BR /&gt;I also tried with tFilterRow and can't join it with tMap either.&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Khor</description>
    <pubDate>Sat, 16 Nov 2024 12:22:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:22:59Z</dc:date>
    <item>
      <title>From tAggregateRow to tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322119#M92089</link>
      <description>Hi,&lt;BR /&gt;How can I use the data from an output of tAgreggateRow to tMap? I can't join this two components.&lt;BR /&gt;I also tried with tFilterRow and can't join it with tMap either.&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Khor</description>
      <pubDate>Sat, 16 Nov 2024 12:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322119#M92089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: From tAggregateRow to tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322120#M92090</link>
      <description>Hi Khor&lt;BR /&gt;Wierd.&lt;BR /&gt;Close TOS and restart it.&lt;BR /&gt;Can you link tAggreggateRow or tFilterRow with tMap this time?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 14 Feb 2012 08:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322120#M92090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T08:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: From tAggregateRow to tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322121#M92091</link>
      <description>Hi pedro,&lt;BR /&gt;Still not working, here's a screenshot of the job to help you figure it out.&lt;BR /&gt;Thanks,&lt;BR /&gt;Khor</description>
      <pubDate>Tue, 14 Feb 2012 09:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322121#M92091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: From tAggregateRow to tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322122#M92092</link>
      <description>Hi Khor &lt;BR /&gt;Got it.&lt;BR /&gt;The reason is that in talend you can't create a job with any loop(circle).&lt;BR /&gt;tMap(181) -&amp;gt; tAgreggateRow -&amp;gt;tMap_5&lt;BR /&gt;      |                                          |&lt;BR /&gt;       ----------------------------------&lt;BR /&gt;It's a circle, which is forbidden.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 14 Feb 2012 09:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322122#M92092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T09:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: From tAggregateRow to tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322123#M92093</link>
      <description>Hi pedro&lt;BR /&gt;Thank you for the tip, how should I do it then?</description>
      <pubDate>Tue, 14 Feb 2012 09:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322123#M92093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T09:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: From tAggregateRow to tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322124#M92094</link>
      <description>Hi 
&lt;BR /&gt;I'm afraid you have to save the temp data into a file.
&lt;BR /&gt;Then create a subjob with "OnSubjobOk" to load data from it.
&lt;BR /&gt;Or you can use tHashOutput and tHashInput which save temp data into memory.
&lt;BR /&gt;But these components will have a bad effect on performance.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 14 Feb 2012 09:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322124#M92094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T09:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: From tAggregateRow to tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322125#M92095</link>
      <description>Hi pedro,&lt;BR /&gt;Many thanks for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;Khor</description>
      <pubDate>Tue, 14 Feb 2012 11:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-tAggregateRow-to-tMap/m-p/2322125#M92095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T11:12:45Z</dc:date>
    </item>
  </channel>
</rss>

