-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
2.4.10For this releaseFor this releasebugSomething isn't workingSomething isn't workingpriorityimportant request/featureimportant request/feature
Description
Hi, I wanted to change the color of a node when a numeric property has a value equal to a value coming from a FreeText.
Even when I paste the number in the value field it is not triggered when it is equal the value of the property. If I switch to >= or <= then it triggers... So there might be something wron with the = comparison. It seems to convert the value to a string and tries to compare a string to a numeric.
- NeoDash version: 2.4.8
- Neo4j Database version: 5.19.0 Community
IF numeric property = {numeric} THEN Node Color = red (not red !!!)
IF numeric property >= {numeric} THEN Node Color = red (red as expected)
Thanks...
Metadata
Metadata
Assignees
Labels
2.4.10For this releaseFor this releasebugSomething isn't workingSomething isn't workingpriorityimportant request/featureimportant request/feature