Hello, everyone,
I am new and am currently dismantling equipment parts lists in Neo4j. Now I have encountered a problem. I can already find the path between a device and the component of the last level. I am getting a list >Relationship>. Now I want to multiply all quantities along the path, which are stored in the relation. How does the Cypher Query look like?
(A)-[:HAS [qty:5]]->(B)-[:HAS [qty:2]]->(C)
So I'd like...
A | 10 | C
Thanks for an answer :)
Greetings
Julian