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: 
vishnumusani
Contributor
Contributor

SCD2 Implementation with 5 Master data time dependent tables

Hi

I do have total 5 Master data tables and all those are time dependent. In Employee table i have all other MD tables unique key and also all unique keys of these are available in my Transaction table.

MD Tables: Employee, Organization, Person, Position, Job.

Transaction : One Table

I am able to establish a bridge table using 2 master tables along with a transaction,but when i am trying the same approach to add another dimension table to script it is causing issues.

Could you please let me know what could be the approach to build the model by considering the time dependencies.

Regards,

Vishnu.

12 Replies
vishnumusani
Contributor
Contributor
Author

HI Henric,

If i try to create a separate bridge table for each combination i am ending up with a circular reference with respect to employee information as it consists i both the bridge tables.

Regards,

Vishnu.

vishnumusani
Contributor
Contributor
Author

Henric,

Here is the circular reference what i am getting.

SCD3.PNG

vishnumusani
Contributor
Contributor
Author

Hi Dathu,

I am placing the common join keys in transaction table after joining transaction table with bridge tables and deleting individual keys from Transaction table in order to avoid multiple joins.

Regards,

Vishnu.