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: 
Anonymous
Not applicable

Complex Join in Load Script

Hello,

I need to perform a join between these two tables:

T_MASTER:

ID_MASTERDESC_MASTER
IDM01Master Element 1
IDM02Master Element 2
.......

T_DETAIL

ID_DETAILDESC_DETAILDETAIL_USED_IN
IDD01Detail Element 1

IDM01

IDM05

IDM10

IDD02Detail Element 2

IDM02

IDM04

To get this final table:

T_USED_IN:

ID_MASTERID_DETAIL
IDD01IDM01
IDD01IDM05
IDD01IDM10
IDD02IDM02
IDD02IDM04

Any clue will be appreciated.

Regards,

Javier

10 Replies
MarcoWedel

Please mark as answered if there are no further questions.

Thanks

Regards

Marco