How to create a column in the custom table to take limit to 2 decimal points in the service now
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 11:53 PM
I want to create a column in custom table to take limit to 2 decimal points in servicenow.
I have tried creating with type decimal but it is taking all the values not only decimals
Please help me. Thank you!
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 12:21 AM
You could try the scale attribute:
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 12:27 AM
Could you please help me with the steps