Hi all,
NeoDash is not showing relationships between nodes while on Neo4j is shows.
What do I need to change in NeoDash to show the relationships ?
NeoDash
Neo4j:
Kind regards,
Robert
Hi all,
NeoDash is not showing relationships between nodes while on Neo4j is shows.
What do I need to change in NeoDash to show the relationships ?
NeoDash
Neo4j:
Kind regards,
Robert
Hello @r.kempers
It's because in Neo4j Browser, you activated the Connect result nodes option.
If you want to see relationships in NeoDash, then you have to change a bit your query:
MATCH path=(fromPanels:Panels)...
...
RETURN path
Best regards,
Cobra
Neo4j desktop shows all relationships between displayed nodes as default behavior.
Looks like your query does not return any relations. Try returning the relationships with the nodes or return the path.
Cobra,
Thanks for your solution.
It works well for me
Robert