Skip to content

ints vs strings in data values #5

@alaiacano

Description

@alaiacano

when adding integers (or any number type), values in mongo will be numeric but the cube queries search for strings, ending up with queries like this and no matches.

sum(type.eq(val,'123.0'))

instead of

sum(type.eq(val,123))

easiest solution is probably just to make everything a string?

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