I need shows the number with space for thousands Ex: 650 128,33 or 1 150,39
How can I do this in reporting services?
In the Format
property for your textbox, you can simply enter the format with the space:
# ###,##
You could use expression for the value:
=replace(Format(650 128,33, "## ### ##0.##") ,".",",")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With