Circular Dependency message

If you encounter a circular dependency error as shown in the image:

Image 1: Circular Dependency Error

The visual requires a clear and organized Id and PId data structure to create a hierarchical view. Although the visual logic is designed to handle a range of scenarios, some data structures may still not support hierarchy determination. In these cases, warning messages may appear to indicate the issue.

It is advised to clean or filter out such data to plot the hierarchy. If you are looking for connections between the nodes, then instead use Links.

Then these scenarios could be the possible reasons:

  1. ID = Parent ID:

You encounter a circular dependency error when your ID is equal to PID in dataset, as shown in the image below:

Image 2: ID = Parent ID
  1. Two or more nodes are parents to each other:

You encounter a circular dependency error when two or more nodes are parents to each other in dataset, as shown in the image below:

Image 3: Two nodes are parent to each other

Last updated

Was this helpful?