Skip to content

var operator doesn't like to handle decimal points #141

@dirkd70

Description

@dirkd70

Values with periods are not matched with the "var" operator

rule: { "var": "1.2TB"}
data: { "1.2TB": 1, "2.4TB":2,"4.8TB":4 }
output: null

Works fine with == operator (and floating point numerical comparisons in general)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions