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.

amritanshu1912
Node Link
since ‎11-07-2022
‎11-25-2022

User Statistics

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

User Activity

I am trying to fetch date-wise running total of member counts.The relationships in data base are like this  (city:City) //has name property -[:Has_Club]-> (c:Club) // has name property -[:Has_Member]-> (p:Person{ name:"XYZ", //string joinDate...
My neo4j relationships look something like.... (city:City {name:'city_name'}) -[:Has_Club]-> (c:Club {name:"ABC"}) -[:Has_Member]-> (p:Person{ name:"XYZ", joinDate:'date_ in_datetime_format' }) So for one particular city, I want to produce a...
Kudos given to