I am new to neo4j, I have the following situation![][1] <https://lh6.googleusercontent.com/-LjSedeXiu6g/Uw2fHnoKEuI/AAAAAAAAAV4/7zqp8hPowGA/s1600/doubt.jpg>
As shown in the figure above I have an Node `Admin` and nodes `Folder1, Folder2,Folder3`and other group of nodes like `FileA,FileB,FileC,FileD`. - The `Admin` node has an `:access` relationship with property `qty` for the `Folder1,Folder2 and Folder3`. - Each Folder nodes have `:next` relationship with respective File nodes as represented in the above figure. Question : --------------- How to write a Cypher query to return the **distinct** `FileA , FileB ,FileC,FileD` nodes from these folder nodes having **high** `qty` value? I have tried,but I couldn't get it. Please help, Thanks in advance -- 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/groups/opt_out.
