cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Showing Virtual Relationships properties in Bloom

andy_hegedus
Graph Fellow

Hi,

Using a simple cypher query to create virtual relationships.
In the desktop browser I can set the property key, num, as the displayed label and this works. I am moving the query to Bloom and can run the query and the relationships show up using the label, "WITH". I would like to use rule based in formatting to at least show the value. It appears that there is not direct option to do that since the virtual relationship is not listed as option. Is there another way to do this?

MATCH (:company{name:'applied materials'})<-[:Assigned_to]-(p:patent) MATCH (a:cpc)-[:Classified_As]-(p)-[:Classified_As]-(b:cpc) WHERE id(a)>id(b) WITH a,b, count(p) as pats RETURN a, b,pats, apoc.create.vRelationship(a,'WITH',{num:pats},b) as rel order by pats DESC LIMIT 50
Desktop Browser
2X_e_e19d47a8b8d2b2c1f7a410a73aeda1326690e418.png

Andy

0 REPLIES 0