cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

guido
Graph Buddy
since ‎10-29-2021
‎02-07-2023

User Statistics

  • 51 Posts
  • 2 Solutions
  • 17 Kudos given
  • 4 Kudos received

User Activity

In this post @bennu_neo suggested a query to produce a point on a map. When I duplicate this and insert my own coordinates, it works fine: UNWIND [{id: "1234", label: "H1", type: "House", point: point({latitude:51.22074896608231, longitude:4.40676130...
Hi, I am experimenting with maps and have created this sample query (based on @bennu_neo 's example in another post on this forum): UNWIND [{id: "1234", label: "Test", type: "House", point: point({latitude:51.35934, longitude:4.31582})}] AS p RETURN ...
Hi, I can't figure out to display images in a Neodash report.This is a simple query which looks up the logo ("mark") of people in my database: MATCH (p:Producer)-[r:HAS_NAME_VARIANT]->(n:Name) WHERE n.Name = $neodash_name_name OPTIONAL MATCH (p)-[r2:...
In my graph representation, I want the node which corresponds to the search parameter (in my case $neodash_name_name) to have a different colour.But I can only put exact values in the Value field; putting the parameter there (see attachment) doesn't ...
Any help gratefully accepted re the following challenge.I have a historic database of printers/print shops in the city of Antwerp (Belgium). Often these print shops were handed over from father to son, thus creating dynasties of upto 16 generations.L...