Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-25-2022 02:45 AM
can you plot the number of paths as a function of level?
Could anybody help me the answer with the question
05-25-2022 02:50 AM
How are you defining level?
05-25-2022 03:07 AM
MATCH p=(b:Vendor)-[*0..30]->(child)
where (child:MatPlant or child:Customer) and b.node_id="US1|0010764006"
and NONE( rel in relationships(p) WHERE type(rel)="VendorToVendorPurchaseOrder")
optional match (child)--(wc:WorkCenter)
return p
05-25-2022 03:09 AM
this is the query which we are using [*0..30] as levels
05-25-2022 04:25 AM
Ah, you can get the path length with length(p)
All the sessions of the conference are now available online