Number format : decimal and thousands separators

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

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 :

  1. (130000).toLocaleString(‘fr-FR’) = 130,000. => thousands separator remains a comma instead of a space in french
    image

  2. The issue is worst in tables and Kanban boards
    image

I found the solution for tables !

Thanks for the tip merkaljet !