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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

New Table from Other Tables

I am wondering if it is possible to create a table comprised of values from other non-related tables.

I have table A with two fields that I would want, same with Table B, C, D & E, down the line. The fields are non-related but I want to create a summary table.

Is this possible?

Labels (1)
10 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Ah, you want to concatenate the tables.

Summary:

LOAD

     brandNME,

     videoNMEBB as videoNME,

     videoviewbb as videview

RESIDENT

     Table1;

CONCATENATE (Summary)

LOAD

     brandNME,

     videoNMEra as videoNME,

     videoviewra as videview

RESIDENT

     Table2;


talk is cheap, supply exceeds demand