Forum Discussion

ambient_88's avatar
ambient_88
Frequent Visitor
8 years ago

Parent-Child relationship problem

Hello Guys,

 

I have a problem I've been trying to tackle but to no avail.

 

Problem:

An employee can be transferred to a different supervisor in the middle of the month.

 

5/1 - 5/15  5/16 - 5/31 
Employee ASupervisor A Employee ASupervisor B
Employee BSupervisor A Employee BSupervisor B
Employee CSupervisor A Employee CSupervisor B

 


In the table above, Employees A,B,C were assigned to Supervisor A from 5/1 - 5/15. All their stats should be retained under Supervisor A. From 5/16 - 5/31, they were assigned to Supervisor B. Likewise, all their stats from then on should fall under Supervisor B. 

 

I can't seem to find the solution to this. Right now, I have the relationships set up like so:

 

dim_Roster dim_Calendar
EmpID Date
Name  
Supervisor  
   
fact_Data  
EmpID  
Date  

 

The way I have it set up right now does not take into account supervisor changes within the month. I've looked into many-to-many relationships using a bridge table but still can't get it to work.

 

Appreciate any assistance. Thank you.

7 Replies