Why I am not getting values in the neo4j Browser?


Target node label - DistributionChannel

Source node - EasyID
Target node - DistributionChannel

Is there any rule of label naming convention in Neo4j?
Because nodes are successfully created but not getting values in the circle.
I am getting values of EasyID and Gender nodes.

can anyone guide me on this?

You need a constraints - you might be creating nodes by mistake that have no labels (or not the label chosen by you in the explorer).

@palak.joshi

have you defined a caption

You can specify what property gets displayed for each Label. I suspect you don't have values for the property being shown for the DistributionChannel nodes. You can change the property shown by selecting the label and selecting the property in the modal.

1 Like