hi all, in Neo4j, I am traversing from node n to node m by following child relationship. there are multiple nodes between node n and m. each node has a property called dn. is it possible to concatenate all nodes' property DN along the path in Cypher?
my neo4j is community v2..1.2. I am using cypher query like this to get all the paths: match mypath = (n:topsystem) -[*]-> (m:blade) return mypath. I like to get this done in Cypher! Thanks a lot, Wei -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
