Crystal Report for VS2005 – Removing decimal places

Crystak Report

Problem:

I need to remove the decimal places in a INT field, using Crystal Report 2005 for Visual Studio 2005.

Solution:

Create a formula field from the database field, convert it to double using CDBL(myField), add it to the report and then you will be able to format object and see a number tab where you can drop the decimals.

Leave a comment