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?
4 Replies
- amitchandak
Super 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
- gzai
Helper I
- amitchandak
Super User
gzai , Please try if you can make this 1 to Many, single directional
Also check other relationships too
- gzai
Helper I
I've tried and check other relationships, but still can't activate