Forum Discussion
Anonymous
5 years agoNot applicable
Multiple one to many relationships
I have been trying for a while to create two many to one relationships. Both from a look up table to a normal table. From OperatorGroups to Incidents and Incidenttypes to Incidents. With the relation...
- 5 years ago
Your incidenttypes table filters your departments table which then filters Operator Groups. You will need to use an inactive relationship on one side or the other (and the USERELATIONSHIP function to activate it within the needed measures).
Pat
Anonymous
5 years agoNot applicable
Hope the screenshots are clear enough.
I'm not sure where there would be a loop.
mahoneypat
Microsoft Employee
5 years agoYour incidenttypes table filters your departments table which then filters Operator Groups. You will need to use an inactive relationship on one side or the other (and the USERELATIONSHIP function to activate it within the needed measures).
Pat
- Anonymous5 years agoNot applicable
This was the solution, thank you.