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

Load many tables

Hi,

I have many tables.

I want to connect together.

I use QUALIFY *;  UNQUALIFY respondentID;

Please see my picture. How can I connect tables ( pointed red and blue lines)

Thanks,

2 Replies
MayilVahanan

HI

Rename the field and qv connect automatcially

ex:

Load Sales as TotalSales from Table1;

Load Total_Sales as TotalSales from Table2;

Qv connect both and display as one field

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
pljsoftware
Creator III
Creator III

Hi Vladimir,

you must to use

qualify *;

unqualify [fieldName1], [fieldName2], [fieldName3];

load

f1,

f2,

f3,

f4 as fieldName1

from ....;

unqualify *;

FieldName1,2,3 are your field ID as tagID and questionID.

Regards

Luca Jonathan Panetta

PLJ Software