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.

Sandip
Node Link
since ‎11-30-2018
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

Hi all, I'm trying to create a subgraph with the following query and getting an error CALL gds.graph.create.cypher( 'targets', // nodeQuery 'MATCH (n:Consumer) RETURN id(n) AS id', // relationshipQuery 'MATCH (n:Consumer)-[r:HAS_I...
Version 3.4.8 //Sample Interaction node with multiple labels < CALL apoc.create.node(['Interaction'] + 'App_Reg', {userid:toInteger(a.userid), event_date:date(a.reg_date)} CALL apoc.create.node(['Interaction'] + 'Open', {userid:toInteger(a.userid), e...
neo4j 3.4.8 Hi, I'm using <apoc.coll.sortNodes(collect(i),'event_date') as elems> to sort my nodes but I want to sort on multiple properties like event_date and priority. Is it possible with apoc.coll.sortNodes? Regards, Sandip
Kudos given to