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.

SPK
Node
since ‎09-28-2020
‎06-01-2022

User Statistics

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

User Activity

Suppose I have this collection: [[1, 2],[3, 4],[4,4],6] I want to know the distinct element count of each subarray. So something like following: subarray | distinct_count [1,2] | 2 [3,4] | 2 [4,4] | 1 6 | 1 This d...
I was reading about https://neo4j-contrib.github.io/neo4j-apoc-procedures/3.5/virtual/graph-grouping/#_grouping_operators Is there a way to go beyond the defined min, max, etc... operations and maybe combine these to derive the value of an attribute?...
Version: Neo4j Enterprise Edition, 4.1 We use Secure OpenLDAP So I managed to configure LDAPS(i.e. secure LDAP) with Neo. I can log in with LDAP username and password successfully however the user only has the PUBLIC role. I have the dbms.security.ld...