How to add a space as a thousands separator

:bullseye: What is your goal?

I needed to create a thousand separator as a space.
Unfortunately, the description in this post did not work.

But after several attempts, I found that the following works:

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

:thinking: What is the problem & what have you tried?

Space as a thousand separator

Hey Andrii,

that’s the same exact formula from my post that you linked, you are just not using the code formatter for it:
image