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

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

simple join question

Hello All,

I'm having troubles doing an outer join, I thought I understood and it's easy but I get an error. I want to do an outer join for Table1 and 2. These tables have a key that make them connected to each other, but now I want to have everything from the two tables in one NewTable and then drop the first two tables. Below gives me an error

NewTable:

outer join(Table1)

load * from Table2;

1 Solution

Accepted Solutions
Not applicable
Author

oh I need to use load * resident and not from!!!! Apologies

View solution in original post

1 Reply
Not applicable
Author

oh I need to use load * resident and not from!!!! Apologies