Maria Asghar
Maria Asghar

Reputation: 3

Crystal Reports 8.5 decimal values does not show

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

Answers (1)

Muhammad Adnan Rauf
Muhammad Adnan Rauf

Reputation: 176

You are facing this issue because your rounding is set to 1.

  • Right Click on field.
  • Click on Format Field.
  • Go to Numbers Tab.
  • Click on Customize
  • Under Number Tab Change Rounding To 0.001 or of you own desire.

Upvotes: 2

Related Questions