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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

problem with table LINK

I have two table link table with a same column of other table,  I have to make so that this table link 1 link2 connects with the same other table without a table SYN

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Leave the QUALIFY *, but also add UNQUALIFY AGENCEC;

So essentially do like this

QUALIFY *;

UNQUALIFY AGENCEC;

OB_LinkTable:

LOAD .....

View solution in original post

13 Replies
sunny_talwar
MVP
MVP

Would you be able to share your data model and explain what is going on?

souadouert
Specialist
Specialist
Author

hello Sunny,

the script is too long, but i show you a screenshoot, So i have to link OB_LINKTABLE TO AGENCE with the AGENCE(AGENCEC) linktable.PNG

sunny_talwar
MVP
MVP

Are you using QUALIFY * before OB_LinkTable? If you are just add UNQUALIFY AGENCEC; after QUALIFY *;

souadouert
Specialist
Specialist
Author

Without qualify * ; i have problem with SYN TABLE

linktable.PNG

sunny_talwar
MVP
MVP

Leave the QUALIFY *, but also add UNQUALIFY AGENCEC;

So essentially do like this

QUALIFY *;

UNQUALIFY AGENCEC;

OB_LinkTable:

LOAD .....

souadouert
Specialist
Specialist
Author

Sunny i found that all others link are deleted

sunny_talwar
MVP
MVP

Can you share the screenshot of what happened?

souadouert
Specialist
Specialist
Author

sunny it ok i leave the unqualify with the first table link ,and i put

QUALIFY *;

UNQUALIFY AGENCEC;


with the second link table 

souadouert
Specialist
Specialist
Author

link.PNG