Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help plzzz *Join without common key*

Hello Experts,

I have got small problem I hope you guys might help me.

*I dont have field to join. Is there any way I could get what do I need?

Table1:

KeyCustomers

1

Cust1

2

Cust2
3Cust3

Table2:

BarcodeReg_Customers
B1vid1
B2vid2
B3vid3

What do I need:

AllCusts

Cust1

Cust2
Cust3
vid1
vid2
vid3

Thanks a ton in advance.

Regards,

Aamir

1 Solution

Accepted Solutions
pover
Luminary Alumni
Luminary Alumni

Hello Aamir,

Use Concatenate.

AllCusts:

Load Customers as AllCusts,

From Table1;

Concatenate (AllCusts)

Load Reg_Customers as AllCusts,

From Table2;

Don't forget to drop the tables you no longer need.

Karl

View solution in original post

2 Replies
pover
Luminary Alumni
Luminary Alumni

Hello Aamir,

Use Concatenate.

AllCusts:

Load Customers as AllCusts,

From Table1;

Concatenate (AllCusts)

Load Reg_Customers as AllCusts,

From Table2;

Don't forget to drop the tables you no longer need.

Karl

Not applicable
Author

Thanks for your help Karl

Cheers !