Hi all,
Is it possible to represent thousands like this?: 123 456.78
Thank you
Yes it will. You just need to write like you want. Like I said, the third input is the decimal separator, and the fourth input is the group separator. So you would just have to put a "." in the third input, and a "," in the fourth input.
Just like this:
And the result is this:
Hope it helped.
Cheers.
Hi Ibtissam
Yes, it is possible. If you add an expression in your screen and use the "FormatDecimal" fucntion, you can choose the format to your number.
I recommend you to read the documentation about the function here. But to achieve what you want, you can use it like this:
The result is this:
Let me know if I helped.
Hi, will it work with the same code if I have for example a number like this 70236.23 and I want to show it like this 70,236.23
tks
Thank you Mauro