Forum Discussion
gzai
Helper I
3 years agoHow to solve ambiguity error in relationship database
Hello experts I need to activate all relationship between country -> client -> booking ( active ) & country -> legal_entity -> booking ( not active ) How to solve this ambiguity error? ...
amitchandak
Super User
3 years agogzai , I think this caused bt bi-directional join.
If possible make that 1-1 as 1-Many single direction. 1 (in to M for 1-1 ) means what you want to treat as dimension or super dimension
Also, check other bi-directional joins