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.

undefined21
Node Clone
since ‎03-09-2021
‎06-01-2022

User Statistics

  • 27 Posts
  • 0 Solutions
  • 4 Kudos given
  • 2 Kudos received

User Activity

I have a trouble returning the desired data because I might not understand some details. Domain: I have a cars and each car delivers orders. But at some point of the route, the car has to refuel. I would like to find the first refuel gas station (in ...
How can I check if a path exist or not. I have this query but not success MATCH path = ((u:User)-[:HAS]->(s:Service)-[:PAID]->(c:Charged)) CALL apoc.case([length(path) = 0, "RETURN 'pending payment'"], "RETURN 'Already paid'") YIELD value RETURN valu...
I am struggling a bit to get the last page node from the last event. Blue node: Session, Grey node: Events, Pink node: Page This would be the domain: I am trying to track all the user events in a web and each event belongs to one page. If an event d...
Hi everyone! I am creating a web event action domain and I would like to get the last session of the user. I thought that adding a new relationship to the last session, it would be enough but having an indexed timestamp of the session, for me it doe...
Hi, I am quite new with that technology and I would like to extract from my small graph the following session(blue ones) nodes. This is my query: get the sessions between 2021-05-20 to 2021-05-28. I execute the following query MATCH (u:Profile { uu...
Kudos from
Kudos given to