Reputation: 3
I have a problem that my crystal report shows the decimal values as 00 every thing is fine but it does not display proper value e.g.
If i have 0.235 it shows 0.000 If i have 2.356 it shows 2.000
Whats the matter behind it the database field is text based
Upvotes: 0
Views: 1622
Reputation: 176
You are facing this issue because your rounding is set to 1
.
0.001
or of you own desire.Upvotes: 2