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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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