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

any option for cross join

hello everyone,

is there any way to apply cross join ?

i have 3 tables and want to get related data through cross join.

 

Labels (2)
2 Replies
Jesperrekuh
Specialist
Specialist

Most easy is to do it at your database... just run the cross join on db-engine not in talend... prevent memory issues when you have a lot of records to join.

If you insist on doing it in Talend... tMap provides ways of doing this... read documentation :
https://www.talend.com/resources/configuring-joins-in-tmap/
Anonymous
Not applicable
Author