I want to format a number and use no thousands separator. I’ve tried different things, like erase or null, but can’t get the right result.
Who has a solution?
Welcome to the Make community!
You can use {{emptystring}} in the fourth parameter.
{{emptystring}}
Thanks! That worked perfect.