Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Merging/Joining results of 2 queries

Hello

My case is as follows:

I got two queries which run on different connection (query1: LIB CONNECT TO 'DB1' and query2: LIB CONNECT TO 'DB2')

I got one field common within both queries.

Now i just load the data and let the Qlik engine to do association and then I do calculations but now I would like to merge both queries (assume with LOAD statement) into one set so I can do some of the calculations while loading the data.

Could you assist me how to do that?

Thanks in advance!
Kamil

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Various options spring to mind.

  • Join or Concatenate the tables then do your transformations
  • Use some Mapping Loads and ApplyMaps

The details will depend on your table structures and required calculations.

You may well have to load from Resident.

Here are some links to potentially useful bits in the online manual:

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Various options spring to mind.

  • Join or Concatenate the tables then do your transformations
  • Use some Mapping Loads and ApplyMaps

The details will depend on your table structures and required calculations.

You may well have to load from Resident.

Here are some links to potentially useful bits in the online manual: