Skip to content

Rule-based styling not working on numbers #930

@Kiwifranky

Description

@Kiwifranky

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 releasebugSomething isn't workingpriorityimportant request/feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions