I am using Crystal Report XI, I have created a report whose data source is a stored procedure.
Stored procedure getting correct values, but in crystal report's field is different. The value in stored procedure is : 43,859.92. But in crystal report is : 43,859.90. I have format the field in crystal report use format field -> decimals : 1.00, rounding : 0.01. I can't change values to string in store procedure as I need it for further calculations.
My required is exactly the DB data. Any suggestion?
ToNumber. Try this way. - Siva