I have currently started with evaluation of Neodash visualization features with my local Neo4j Community installation.
I am trying to use "Parameter Select" for Node-property based selection and use it with Cypher query to filter the results. The selection and query results works with String value. However when I try to use Long value based selection, the query does not get executed as the parameter is rendered as {"low":"0","high":"2345"} format.
How to use long value based selection within Neodash report?
have you tried to add toInteger()
to your query ?
yes I tried with toInteger() and the query execution was not successful
Hi @vimalkumar.j,
I'm aware of some difficulties with big numbers that will be soon patched. Can you create an issue with some screenshots here?
Parameter plus the render of the value on a single value chart if possible.
Thanks!