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

Combining to QVD's on key columns

Hi all,

I want to combine two different QVD's based on some condition. that is dim_account1.account_key=dim_account2.account_key

but it is giving wrong results when compare to data base.

below is my logic in qlikview. If i Do inner join it gives me 0 records, because in both the tables there are almost 23 columns are common

Combine:

LOAD * From dim_account1.QVD(qvd);

Right Join(Combine)

LOAD * From dim_account2.QVD(qvd);

STORE Combine into path/dim_account.QVD(qvd);

DROP Table Combine;



Please help me on this issue

Regards,

Kumar

11 Replies
Anonymous
Not applicable
Author

In two tables almost 120 columns are there.

Anonymous
Not applicable
Author

Any how thanks Kush