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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to write cross join in qlikview

How to write cross join in qlikview


2 Replies
Anonymous
Not applicable
Author

A join without a key is done by just loading the two tables with the join clause written between the two loads.

CrossJoinTable:

Load *

From Table1

Join(CrossJoinTable)

Load *

From Table2

Regards,

Josefina

Anonymous
Not applicable
Author

Thanks a lot