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.

fsportelli0
Node Link
since ‎09-30-2018
‎06-01-2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Hello everyone. I want to output the difference between two Cypher queries, or find an equivalent workaround to achieve that. I have these query: MATCH (Role:XmlTag)-[:IS_CHILD_OF]->(RoleSequence:XmlTag)-[:IS_CHILD_OF]->(RoleSequences:XmlTag)-[:IS_CH...
Hello. I need to convert a field in my Cypher query, from boolean to string. Now, I execute this query: MATCH (pref:XmlTag) WHERE pref._name="orm_PreferredIdentifierFor" RETURN DISTINCT COUNT(pref.ref) >0 AS isPreferred Pref.ref has a value like a b...
Hello everyone. I have a Java app working with Neo4j and APOC. I'm facing a problem calling an APOC function from java, which is apoc.text.join. When I run a Cypher query I got this error: org.neo4j.cypher.SyntaxException: Unknown function 'apoc.text...
Hello. I have the following piece of graph: As you can see, the red nodes are siblings connected by relationships, NEXT and NEXT_SIBLING; moreover, the first and last child are connected to the father by FIRST_CHILD_OF and LAST_CHILD_OF. My goal is ...
Hello everyone. I have the same problem for some Cypher queries I'm implementing. I think that my approach is wrong, but I'm trying to understand how to solve the problem. I have a problem with those queries with non existent properties or null value...
Kudos from
Kudos given to