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.

rusthinges
Node
since ‎09-06-2019
‎06-01-2022

User Statistics

  • 23 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I hope I am not being a bother, I have data in Neo4j and have filtered it as shown on the attached screenshot, I trying to structure the query so that I can identify cases were more than one c.names were at the same location (l.name) during the same ...
I have a table that has columns for person name, their location, day, month and year as well as longitude and latitude of the location which I have imported into Neo4j. I am trying to structure a query that that would identify people that where withi...
Hi there, I am back again. I have a Cypher query that I am using and it is as follows: MATCH (c:Collector),(s:Site) with c,s WHERE NOT c.name IS NULL, WHERE NOT s.name IS NULL, AND c.year =s.year AND c.month = s.month, RETURN DISTINCT(c.name), s.name...
Please keep the following things in mind: did you search for what you want to ask before posting?please use tags for additional infouse a self-descriptive title Please format code + Cypher statements with the code </> icon, it's much easier to read. ...