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
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.
It works! Thanks a lot ![]()