You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I need to use the " " character for thousands separators throughout Redash, instead of ",". I'm setting the variables:
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?