Forum Discussion
Anonymous
7 years agoNot applicable
Unable to solve circular dependency
My issue regards a circular dependency I am not able to understand. Here's my relationship pattern: In table Margine I built 2 calculated columns which I copy down here: CNTMR...
Anonymous
7 years agoNot applicable
Anonymous,
This happens when you have context transition happens in your calculated column, and your table that contains the calculated column does not have a primary key. You can look at this article to have a better understanding of circular dependency.
Anonymous
7 years agoNot applicable
Anonymous
Thanks for answering. Unfortunately I already read it, I understand what circular dependency means, but I don't find out why it affects my situation. I am not able to detect where it takes me.