Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasshana
Creator II
Creator II

How to Join or concatenate of two fields from two different tables and make it into one field

Hi,

I do have three tables in my App as below.

Table1:

Load * Inline[

A

1];

left join

Load * Inline[

A, Level

1, AAA ];

Table 2:

Load * Inline[

Level1, Test1, Test2

BBB, CCC, DDD ];

So my requirement is I would like to combine fields Level and Level1 into one field and below is the output I'm expecting.

Level1
AAA
BBB

 

Regards,

Vikas

0 Replies