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