How can I remove the comma (,) from crystal report fields?
I have a field name “year” which is having a value of 2012, but when I show that value in crystal report it includes a comma, becoming 2,012.
How can I show only 2012?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the crystal report designer view:
Right mouse click on that field, and select
Format object. SelectCustom Stylein the Style list, and clickCustomize. UntickThousands Separator, and any other unwanted formatting.Failing that, you could try selecting the field and deleting the “,” value from the property
ThousandSeperatorin your properties window.