Page 1 of 1

Text format 'number' shows decimal digits inappropriate

Posted: Tue Sep 01, 2015 8:41 am
by onazifi
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.

Re: Text format 'number' shows decimal digits inappropriate

Posted: Tue Sep 01, 2015 12:03 pm
by HighAley
Hello.

If you don't want to get extra zeros, please, use Custom Format with next mask:

Code: Select all

#.###
Thank you.

Re: Text format 'number' shows decimal digits inappropriate

Posted: Tue Sep 01, 2015 12:07 pm
by onazifi
Hi Aleksey,

Thank you for your response. I checked it and it was right.

Re: Text format 'number' shows decimal digits inappropriate

Posted: Tue Sep 01, 2015 12:38 pm
by Alex K.
Hello,

We are always glad to help you!

Thank you.