Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Multiple Many-to-Many Relationship

Hello all,   I am trying to create or simulate 2 many-to-many relationships with my data tables so that I can filter the visualizations properly.   Here is simplified version of my problem:   T...
  • Anonymous's avatar
    Anonymous
    9 years ago

    I have tried using a Year table of distinct Year values and a Location table of distinct Location values and relate these to both of my tables, but alas it said it would create ambinguity.  I can only get it to work with one or the other.

     

    I will play with USERELATIONSHIP and see if this works. 

     

    I actually did come up with a workaround though...  I concatenated Year and Location in both tables and this allowed me to create a one to many relationship.  The visualization now filters for both location and year.  For my purposes this works so I will probably just run with it.

     

    Merging in Total Score to Table 2 was something I was considered, and perhaps it's more elegant than the one I listed.

     

    Either way, thank you for your response.