Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-21-2020 02:58 PM
This query is working on both neo4j desktop and neovis.
"CALL
{MATCH (c:Client)-[:vendor_is]->(v:Vendor) WHERE size((v)-[:vendor_is]-(:Client)) > 1 and c.name='Fullerton'
RETURN v, collect(c) AS CommonClient
UNION ALL
MATCH (c:Client)-[:vendor_is]->(v:Vendor) WHERE size((v)-[:vendor_is]-(:Client)) > 1 and c.name='IndusInd' RETURN v, collect(c) AS CommonClient}
RETURN v,CommonClient"
Result in neo4j application -
Problem - NeoVis is not showing the relationship arrow between the label it is only showing labels of nodes
05-21-2020 08:16 PM
Suggestions:
Regards,
-C
All the sessions of the conference are now available online