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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

two tables join

Hi, two tables to join with resident

4 Replies
Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II

Hi;

Look at this sample JOIN sample, here you have all the join function possibilities


Regards

Joaquín

Not applicable
Author

hello JoaquinLR

i am trying all the possibilites

but couldnot make it happen

Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II

Hellos

BudgetTemp:

Left Join (KPIFin)

Load

*,

Mid(BudgetPeriod, 3,2) as Period

Resident Budget;

Drop table Budget;

I think you should write the sentence in red.

Regards

Joaquín

Anonymous
Not applicable
Author

It seems, both the table have same column structure...

For auto concatenation both the table should have same column name else you need to force the concatenation.

What you want to do ?  Join or concatenation?