Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-08-2022 06:24 AM
Hi,
there is no "http property": Property values - Java Reference. Is there a way for creating a property, which can be clicked on the map ?
Thanks ,
Michel
Solved! Go to Solution.
05-11-2022 05:49 AM
In Neo4j browser, you can only click on the right panel link, but I don't know about other apps. It's technically possible, I suppose, if you develop your own visualization tool.
05-11-2022 04:32 AM
Hello @Michel
You can store links as string:
CREATE (t:Test)
SET t.url = "https://community.neo4j.com/"
RETURN t
Then you can click on the link through Neo4j browser:
Regards,
Cobra
05-11-2022 05:21 AM
I can click it, it works. Would it be work wit click on the node as well ?
05-11-2022 05:49 AM
In Neo4j browser, you can only click on the right panel link, but I don't know about other apps. It's technically possible, I suppose, if you develop your own visualization tool.
All the sessions of the conference are now available online