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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
zakpullen
Creator
Creator

Create new table in data load

Hi,

How can I create Table 3 from Tables 1 & 2?

Many thanks

tables.JPG

Labels (3)
1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

Hi, if you do a join between 2 tables and there is no field that exists in both tables it will do the cartesian table, so just:
Table3:
LOAD NAME From/Resident Table1;
Join LOAD AREA From/Resident Table2;

View solution in original post

1 Reply
rubenmarin
MVP
MVP

Hi, if you do a join between 2 tables and there is no field that exists in both tables it will do the cartesian table, so just:
Table3:
LOAD NAME From/Resident Table1;
Join LOAD AREA From/Resident Table2;