Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • mahoneypat's avatar
    mahoneypat
    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