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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

Join 2 resident tables

Hi,

I get the following error when I try to exccute this script

CT4:

LOAD * Resident

[CT];

left Join (CT4)

LOAD * Resident

CT2;

Table not found

left Join (CT4)

LOAD * Resident

CT2

Both CT and CT2 carry an ID field

Labels (1)
1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Try with

CT4:

NOCONCATENATE

LOAD * Resident

[CT];

left Join (CT4)

LOAD * Resident

CT2;

Because The table CT4 is automatically concatenated to CT

View solution in original post

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

Try with

CT4:

NOCONCATENATE

LOAD * Resident

[CT];

left Join (CT4)

LOAD * Resident

CT2;

Because The table CT4 is automatically concatenated to CT