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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to join 2 fact tables without repeating values

Hi,

I have 2 fact tables and I want to join both of them. Concatenation is not working  as we have a 1 required field in first table and other in second table, so we do not get values. So, we tried to join but that will cause redundancy.

What to do?

Thanks

Saurabh

4 Replies
Not applicable
Author

go with link table

Not applicable
Author

Hi,

load distinct * from Table1;

concatenate

Load distinct * from table2;

Not applicable
Author

Hi

Could you explain in detail that how it would stop redundancy?

djsampat
Creator II
Creator II

Hi,

Depending on your exact requirement, check link for more information

Understanding Join and Concatenate | Qlikview Cookbook

If this helped you, please mark as Helpful. If it solves your issue, please mark as Answer

Regards

Dhruv