- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 12:11 AM
I have a table which has a decimal type field, in list view I want to show (without altering original data) that field as round up/down manner. Highly appreciated if anyone can help here.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 02:35 AM
@Vinay Chaurasia - There is a small hack :-). Please refer the screenshot below
percentage is a column holds the actual value and the return type is Whole number which does the round up/down
Thanks & Regards,
Vasanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 01:32 AM
Hi,
I don't think this is doable without some DOM manipulation, which is to be avoided.
What's the use case for showing other numbers than the actual value in the list view in particular?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 01:42 AM
@Vinay Chaurasia - You can use the function field using which you can do round off and display the column in list view and reports
More about function field, Please refer to the docs : https://www.servicenow.com/docs/bundle/yokohama-platform-administration/page/build/platform-function...
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 02:24 AM
Hi Vasanth, Which function field operation you have used for Function Percentage filed as shown in above image. I can't find any operation to round off the filed in the link you provided.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 02:35 AM
@Vinay Chaurasia - There is a small hack :-). Please refer the screenshot below
percentage is a column holds the actual value and the return type is Whole number which does the round up/down
Thanks & Regards,
Vasanth