Forum Discussion
juan_pablo
5 years agoHelper V
Why USERELATIONSHIP causes circular dependency?
Hi, Why a circular dependency is generated in such a simple model when I use the function USERELATIONSHIP? What's the logic of USERELATIONSHIP that causes it? I have the following model: Table1...
amitchandak
5 years agoSuper User
juan_pablo , Userelation is better suited for meausres. Seem like-here it creating a reference. You can use related, when there is an active relation(New column on Many side) . Actually you do not need any relation to copy data from one table to another, you can handle that in formula .
https://www.youtube.com/watch?v=czNHt7UXIe8&t=3s
refer