Forum Discussion
Circular Dependency
- 9 years ago
Antoine,
Well my next try would be to make the model less complex. E.g. the intermediaire table has a 1-1 wit the other table, maybe there is a way to combine them since the fields in both seem similar as well?
Antoine,
Try disabling bidirectional filtering on at least one of your one2many relationships, by double clicking on relationships and direct them from 1 to many. (default)
Harder to explain why then to try :)
The idea goes something like : when calculating your couverture collisage, you allow filtering your S-A-F table by other tables. The moment another table filters the S-A-F table, this contains the dép column. The fact that filtering is possible either through fcid and colisage at the same time adds some ambiguity. Removing the bidirectional filter, would solve this if this is the cause.
good luck!
- AntoineB9 years agoRegular Visitor
Thanks for for ideas but I'm afraid it don't work. Any other idea?
- WP9 years agoFrequent Visitor
Antoine,
Well my next try would be to make the model less complex. E.g. the intermediaire table has a 1-1 wit the other table, maybe there is a way to combine them since the fields in both seem similar as well?
- AntoineB9 years agoRegular Visitor
I think the last idea worked, thanks a lot.