I want to format a number and use thousands separator

Hello,

I’m trying to format a number with thousand separators.
When I use the “replace” formula to replace “.” with a space, it doesn’t recognize the space character.

How can I fix this?

Thanks,

Alex

Hey there,

you can use formatNumber() instead and set a custom separator.

{{formatNumber(10000; ; ; space)}}

For example.

1 Like

It works! Thanks a lot :slight_smile:

1 Like