Forum Discussion
gzai
3 years agoHelper I
How 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
3 years agoSuper User
gzai , 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