You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iterate through all calculation expressions to build a map of all calculation nodes with the nodes they reference (using xform._extractNodeReferences).
then, for each calculation, do a recursive check of all dependent nodes (and their dependencies etc)
check if any of the dependencies in 2 is the node itself
The text was updated successfully, but these errors were encountered:
E.g.:
Or:
Suggested implementation:
The text was updated successfully, but these errors were encountered: