I have database table which i want to generate a Crystal report for it just to show the numbers as it is e.g i have 11.7 i want it to remain like 11.7 while it round to 12. I don't want this rounding . please help!
相关问题
- Crystal Report SP26 SetDataSource() Method failed
- Analysing with SonarQube causes 0 files indexed an
- Crystal Report in .NET Framework 4.0
- right to left string in crystal report
- Loading Crystal Report from embedded resource
相关文章
- What is the best way to cleanup the resources used
- How to pass a list of values into a crystal report
- Crystal Report Sub Report Page Break
- Issue related to vertical line in Crystal Reports
- Dynamically change database type, source etc in Cr
- Converting total time in integer into HH:MM format
- How to Pass Input Parameters by URL in BIRT?
- Crystal Report: How to evaluate multiple IF statem
It is very simple, just select the field to which you want to show two decimal places. Right click on the field go to format field-->go to number tab -->click on customize-->then in Decimal select "1.0".
http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=9338
Second option in formula , you can give format, so it will take 1 decimal.(check in above link)
If the formula doesn't work then simply do as follow
right click on that filed --> format field --> number --> choose the format you want --> click ok
Check the images for the same