Forum Discussion
Date Table Relationships
- 3 years ago
Hello Anonymous
You can't have two active relationships in same time. The trick is to use the USERELATIONSHIP() function when you want to use the inactive relationship.
Best,
- 3 years ago
There is no way to have two active relationships between two tables.
Keep both relationships, one is active one is inactive, and then when calculating joiners, then sum(joiners), when calculating leavers then Calculate(sum(Leavers), USERELATIONSHIP(MasterTable.LeavingDate, Calendar.Date))
There is no way to have two active relationships between two tables.
Keep both relationships, one is active one is inactive, and then when calculating joiners, then sum(joiners), when calculating leavers then Calculate(sum(Leavers), USERELATIONSHIP(MasterTable.LeavingDate, Calendar.Date))