At times when a number in Crystal has no decimal (105123), when exported to Excel it is made a decimal and cannot be reformatted (105123.00). Does anyone know a way around this?
It could be due to the nature of the value. If it had decimals but didn't display them on the report, it might still remember the values when exporting to Excel.
If you logically rounded the values using the command
Round{your.value}
this might get rid of the problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.