Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-15-2022 08:51 AM
Hi all, just getting started with neo4j and am querying a database that one of my colleagues created for an alternate purpose.
Here's a visualization of what I'm attempting to accomplish:
In my network, I have the following nodes and relationships above, where we have input_skus, output_skus and GOES_INTO and TRANSFER_TO relationships between materials and plants. I would like to return the orange circles (raw materials) with their weight percents of the blue circle (fg). I was able to retrieve the orange circles when I include a where clause that filters for the FG (blue circle) specifically. However, my network has tens of thousands of blue circles in it and I need a way of retrieving all of them. In the end, I would like 5 columns as a result of my query: From_Plant, From_Material, To_Plant, To_Material, Weight. Where the intermediate steps are reduced down.
Here's my current query which isn't quite working:
Any help would be appreciated, thank you!
06-15-2022 05:54 PM
Are you looking for paths between the yellow nodes and the blue nodes? If so, do the yellow and blue nodes have specific labels or identifiers to match on instead of testing for the no incoming or outgoing relationships?
What is wrong with your query and what are you looking to achieve?
All the sessions of the conference are now available online