Hi everyone,
I want to change the default separators for numbers.
- A blank space for thousands : 1 200 instead of 1,200
- A comma for decimals : 2,9 instead of 2.9
Is it possible?
Thanks a lot
Hi everyone,
I want to change the default separators for numbers.
Is it possible?
Thanks a lot
No reply in 5 days on this topic…
@JetTeam : is there anyone that can answer to this simple question?
Hi,
You can use Javascript or Formula to implement the logic.
I tried but it doesn’t work :
(130000).toLocaleString(‘fr-FR’) = 130,000. => thousands separator remains a comma instead of a space in french
The issue is worst in tables and Kanban boards
Thanks for the tip merkaljet !