Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ssriramin19
Contributor III
Contributor III

synthetic key

     Hi,

                I have two tables A and table B. There are over 100 columns in table A and table B. The column names in table A and table B is same. So synthetic key is formed.How to remove the synthetic key in this case?

Can anyone help me in avoiding the synthetic key ?

Thanks

Sriram

5 Replies
Not applicable

hi,

you need to rename the columns of either of the tables so that except for the primary key, none of the columns have same names.

rgds,

mrunmayi

er_mohit
Master II
Master II

Try this

Doing  Join  between two tables

hope it helps

Not applicable

Hi ,

   Try to use Qualify Keyword.

Qualify * ;

UnQualify   primaryField Name ;

Regards

Yusuf

sivarajs
Specialist II
Specialist II

Just do a concatenation between the tables

Not applicable

You can remove synthetic key by the following ways.

1.     using JOIN  between two table

2.     using CONCATENATE between two table

3.     rename fieldnale in both table except primary key

4.     using Qualify