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