Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
How to write cross join in qlikview
 
					
				
		
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
 
					
				
		
Thanks a lot
