Hello,
In my report I wanna show a number with decimal digits.
But, in stimulsoft report, when I select "text format" as "Number" and give decimal digits to 3, shows the number inappropriate.
For example If we have 121250.36 and set "text format" as "Number", active Use Group Separator, decimal digits equals 3, Group size equals 3. It will show 121250.360
I want to show decimal digits without extra zero!
How can I solve this problem?
Kindly suggest some solution for this.
Thank you.
Text format 'number' shows decimal digits inappropriate
Re: Text format 'number' shows decimal digits inappropriate
Hello.
If you don't want to get extra zeros, please, use Custom Format with next mask:
Thank you.
If you don't want to get extra zeros, please, use Custom Format with next mask:
Code: Select all
#.###
Re: Text format 'number' shows decimal digits inappropriate
Hi Aleksey,
Thank you for your response. I checked it and it was right.
Thank you for your response. I checked it and it was right.
Re: Text format 'number' shows decimal digits inappropriate
Hello,
We are always glad to help you!
Thank you.
We are always glad to help you!
Thank you.