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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

concatenating tables

Hi,

I'd like to concatenate two fact tables which have three common fields but most of the fields from the first table are not shared. Is it possible?

Fields in table 1:

Brands

Advertisers

Subbrands

Media

Month

Category

Vehicle

Cost1

Fields in table 2:

Media

Month

Category

Cost2

I tried:

Concatenate (table1)

load:

Media

Month

Category

Cost2

resident table2;

I failed.

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
Qrishna
Master
Master

You have to create a link table else you will lose the granularity.

Something like this:1.PNG

View solution in original post

3 Replies
Qrishna
Master
Master

You have to create a link table else you will lose the granularity.

Something like this:1.PNG

Anonymous
Not applicable
Author

Thank you!

Qrishna
Master
Master

You Welcome.