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

Conditional Join

Hi All,

I want to join between a table & excel on some conditions.

Conditions:

1. If ID is matching then join with ID

2. If ID is not matching then join with name

Table:

Load

     Name,

     Id,

     City,

     *

from Table.

Excel:

Load

     Name,

     Id,

     Address

from Excel.

I used with resident but in that the name will be duplicated since excel has some duplicate records which i dont want.

Can anyone help.

Thanks in advance !

1 Reply
Not applicable
Author

Use left Join..

Those are matching that will join..