Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
MvR
Contributor
Contributor

Add a column to main table which shows information from 2 tables

Hi,

I try to add a column to my main table in qlick, which needs information from 2 tables merge in one column. 

Main table:

Orderdetails  
CodeDescriptionSalespriceType
1Abc10Item
2def100Assembly
3ghi90Assembly
4jkl20Item
5mno15Item

 

Information I want to add:

Item 
CodeItemgroup
11
43
52

&

Assembly
CodeItemgroup
23
34

 

Result I try to achieve:

Orderdetails   
CodeDescriptionSalespriceTypeItemgroup
1Abc10Item1
2def100Assembly3
3ghi90Assembly4
4jkl20Item3
5mno15Item2

 

Does anyone have any idea if this is feasible and how?

Labels (2)
0 Replies