You need to sign in to do that
Don't have an account?

Remove decimal character in number field?
users dont want to see the decimal "," character in one of our number field (8,0). how can i achieve this without changing the field type or adding new field
If you are using your own visualforce page you can use function ROUND(fieldName, 0) when showing the field.
If they see it in the SF layout, then I don'y think you can't without changing the field/adding new one.
IN my opinion, the best solution is to add formula field that show the number rounded, and present this formula field instead.