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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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