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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

link between two tables

dears,

i have small problem .

i want to link to two table in my database but in one table i have one issue like before in and after the table i put the word (qualify and unqualify * ) so the what shall i do to link those two table

thankyou..

regards

Abdalla

1 Solution

Accepted Solutions
martin59
Specialist II
Specialist II

qualify *;
unqualify MyKeyField;
LOAD ...;
SQL SELECT ...;
unqualify *;


View solution in original post

2 Replies
martin59
Specialist II
Specialist II

qualify *;
unqualify MyKeyField;
LOAD ...;
SQL SELECT ...;
unqualify *;


Not applicable
Author

this is exactly what I was looking for