- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 04:21 AM
Hello. How display/show zeros after "point/comma" in decimal number, everytime ?
Only display 1.000 (or 1.000), but i need display like this decimal numbers: 1,000.00 (or 1.000,00).
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 05:08 AM
Hi Alexandre, you need to be logged in the ServiceNow site to see this article.
Here is the content:
Decimal type fields do not show decimal places with trailing zero digits
Description
'Decimal' type fields do not display decimal places if any trailing zero digit comes at the end of the numeric value.
Steps to Reproduce
- Login a demo instance.
- Navigate to incident.do
- Right click from top strip, Context menu > Configure > Form layout > Create New field
- Create a new field u_sn_decimal as Decimal type.
- Configure it as visible on the Incident form.
- 23.00 - Once saved, the value shows as 23
- 23.10 - Once saved, the value shows as 23.1
Workaround
- Currency - Decimal field with two digits after the decimal point. When displayed on a form, a currency field also includes an additional choice list for selecting the currency type. If there is no default value for the field, empty currency fields use the default system currency. Adding a value causes the field to use the preferred currency of the active user.
- Price - Decimal field with an additional drop-down for currencies.
Related Problem: PRB700640
JP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 06:51 AM
Hi Alexandre,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0634368
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 04:25 AM
@JP - Kyndryl , could you check this link ? Not work from here...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 05:08 AM
Hi Alexandre, you need to be logged in the ServiceNow site to see this article.
Here is the content:
Decimal type fields do not show decimal places with trailing zero digits
Description
'Decimal' type fields do not display decimal places if any trailing zero digit comes at the end of the numeric value.
Steps to Reproduce
- Login a demo instance.
- Navigate to incident.do
- Right click from top strip, Context menu > Configure > Form layout > Create New field
- Create a new field u_sn_decimal as Decimal type.
- Configure it as visible on the Incident form.
- 23.00 - Once saved, the value shows as 23
- 23.10 - Once saved, the value shows as 23.1
Workaround
- Currency - Decimal field with two digits after the decimal point. When displayed on a form, a currency field also includes an additional choice list for selecting the currency type. If there is no default value for the field, empty currency fields use the default system currency. Adding a value causes the field to use the preferred currency of the active user.
- Price - Decimal field with an additional drop-down for currencies.
Related Problem: PRB700640
JP