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.

fhol
Node Link
since ‎06-01-2020
‎06-01-2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

I've the following in a query: RETURN (3/5)*100 as total current output: 0 desired output: 0.6 The problem is that it rounds decimal numbers to the lowest integer, so this way I can never compute a percentage. Does anyone know how to change this?
Hi all, I'm building a django application with neo4j and have built 3 models. My question is how can I connect them with relationships and use this in a simple cypher query where data from at least 2 models is used? Note that I added a comment (# key...
Hello, I get the following error when I try to load a page containing data from a neo4j database in the view: File "C:\Users\fhol\AppData\Local\Continuum\anaconda3\lib\ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() FileNotFound...
Hi all, I've created a database with neo4j desktop 4.0 and imported data (products.csv and orders.csv from the original neo4j load csv tutorial) into my database. Now I want to access this data from django with neomodel. Can anyone tell me how to do ...
Hi all, When i follow the simple django neomodel tutorial, i encounter this error when running the following command: python manage.py install_labels File "C:\Users\xxxx\AppData\Local\Continuum\anaconda3\lib\ssl.py", line 1139, in do_handshake ...
Kudos from
Kudos given to