Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

From tAggregateRow to tMap

Hi,
How can I use the data from an output of tAgreggateRow to tMap? I can't join this two components.
I also tried with tFilterRow and can't join it with tMap either.
Thanks in advance,
Khor
Labels (2)
6 Replies
Anonymous
Not applicable
Author

Hi Khor
Wierd.
Close TOS and restart it.
Can you link tAggreggateRow or tFilterRow with tMap this time?
Regards,
Pedro
Anonymous
Not applicable
Author

Hi pedro,
Still not working, here's a screenshot of the job to help you figure it out.
Thanks,
Khor
Anonymous
Not applicable
Author

Hi Khor
Got it.
The reason is that in talend you can't create a job with any loop(circle).
tMap(181) -> tAgreggateRow ->tMap_5
| |
----------------------------------
It's a circle, which is forbidden.
Regards,
Pedro
Anonymous
Not applicable
Author

Hi pedro
Thank you for the tip, how should I do it then?
Anonymous
Not applicable
Author

Hi
I'm afraid you have to save the temp data into a file.
Then create a subjob with "OnSubjobOk" to load data from it.
Or you can use tHashOutput and tHashInput which save temp data into memory.
But these components will have a bad effect on performance.
Regards,
Pedro
Anonymous
Not applicable
Author

Hi pedro,
Many thanks for your help.
Regards,
Khor