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

How to avoid synthetic table creation and circular references.

Hi everyone ,

If I have 2 fact tables that need to be connected to two same dimensions. In this scenario how can I avoid creation of synthetic tables and circular references.

Thanks.

4 Replies
Not applicable
Author

use concatenate instead. join both into one fact table.

Not applicable
Author

Hi,

you can make Link table to connect tables. In it you need to have Fact1 key, Fact 2 key, Dimension 1 Key and Dimension 2 Key. Also you need to delete Dimension 1 Key and Dimension 2 Key from Fact tables.

EDIT: You can see that http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/17/concatenate-vs-link-table

Best,

Yani

Not applicable
Author

As datulkim have said, join the tables. Then you can add a flag field to identify to which dimension each record belongs.

Not applicable
Author

Hi,

You can use the 'Qualify' in the tables!

Rebeca