Skip to content

If you set the variables REDASH_INTEGER_FORMAT="0 0" and REDASH_FLOAT_FORMAT="0 0.00", it does not work. #7689

@X-Crux

Description

@X-Crux

I need to use the " " character for thousands separators throughout Redash, instead of ",". I'm setting the variables:

  • REDASH_INTEGER_FORMAT="0 0"
  • REDASH_FLOAT_FORMAT="0 0.00"

But it don't work. I tried changing the settings field in the organizations table.
If I change the settings field in the organizations table, the numbers are displayed without any separators at all. Apparently, somewhere in the code, all the " " characters are being removed from the numbers.

How can I make separators using the " " character?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions