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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 870 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1126 Views
  • 1 replies
  • 1 kudos

Resolved! Incomplete error

I executed this query Neo4j 4.2.3 Neo4j Browser 4.2.5 CALL apoc.load.csv('file:///bonsai/client_id_geo_map.csv',{nullValues:['(not set)','']}) YIELD map MATCH (j:Journey {customerID: map.client_id, date: reverse(split(map.date,'/'))[0] + '-' + revers...

Group by and count and min query

Consider a Mall for clothing. This mall will include different sections for males, females and kids. Each section contains different types of apparels from different brands. There are many apparels with different designs, of each type. An apparel may...

Resolved! DENY TRAVERSE except particular nodes

Hi Team !! I have a use case where i have to deny traverse except a particular nodes lets say i have a nodes Customer A, Customer B and so on here i have to grant traverse only to customer A other than Customer A i have to deny Traverse I dont even k...

Optional Match returns null when node is present

version 4.1.1 I have a scenario where OPTIONAL MATCH does not work. I have two labels I am comparing where I want all items in the first label and the items that exist in the second label. match (b:OldComponent) optional MATCH (n:Component {name: b...

Resolved! Integer to string with leading zeroes

I would like to convert a property of nodes which is a integer to a string. I would use the toString()-function for that, but I need to convert them to a fixed length of the string. So there are some leading zeroes which need to be included in the st...

janezic by Graph Voyager
  • 534 Views
  • 2 replies
  • 0 kudos

Resolved! Find maximum possible value property could be. <MATCH (n:Node) WHERE not n.property='unknown' RETURN max(n.property)> not working as expected

I'm trying to find the maximum possible value a property can have excluding one property. In generic syntax: MATCH (n:Node) WHERE not n.property='unknown' RETURN max(n.property) I tried the cypher query: MATCH (f:FlavinAtom) WHERE not f.SASA_atom='...

3X_e_5_e578474d8c307118d915797d7705b1b357db2539.png