Reputation: 2699
here is my situation. I have created a DataSet, in my projet, that is linked to my Crystal report. Howhever, when I run the application and that I look at my report, there is decimal on all of my numeric fields. How can I remove them?
For your information, when I right-click on one of these numeric field, I don't have a format option (probably because it comes from a DataSet and not directly from the DB, I can't tell exactly).
Thanks
Upvotes: 1
Views: 2914
Reputation: 26940
You don't see the Format Field...
option in the context menu? Is the field inside a text object? You can select the field inside the text object and get the Format Field option. Then you go to the number tab and use the Customize dialog to set the number of decimal places displayed.
Upvotes: 4