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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Let join between two tables

Hi,

I have two tables.The structure as follows:

TAB1:

LOAD * INLINE

[OrderNo

1,

2,

3];

TAB2:

LOAD * Inline

[OrderNo,PId,Qty

1,0,12

2,0,13

];



My question is how to make a third table (Tab3) after making left join between these two tables.

The output of the Tab3 table will be:

OrderNo PId Qty

1 0,12

2 0,13

3 -,-

plz help me.

I have tried an application,attached for your review.

2 Replies
ashfaq_haseeb
Champion III
Champion III

Hi

Find the attached file.

Hope that helps

Regards

ASHFAQ

Not applicable
Author

Hello chadan,

take a look at my suggestion:

Regards, Roland