How chane color of percent complete field ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2019 04:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2019 04:34 AM
Hi Kevin,
Use field styles for this you can give condition as well there
in left navigation go to field styles
select table and then field and give following
value: javascript: current.<requiredSla> > current.<totalAchievedSla>
background-color:red
again create 1 more field style for same table and field
value: javascript: current.<requiredSla> < current.<totalAchievedSla>
background-color:green
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2019 02:40 AM
Hi Ankur,
This is only giving me a red dot beside the field which is not required.
My question is to make the whole progress bar red or green in the list view depending upon the condition I mentioned.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2019 04:36 AM
Hey there Kevin,
This will be the info you're looking for directly from the docs:
If my reply helps you at all, I'd really appreciate it if you click the Helpful button and if my reply is the answer you were looking for, it would be awesome if you could click the Accepted Solution button! 🙂
Have a great day!
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2019 02:42 AM
Hi,
Can you provide me some screenshots about how to achieve this depending upon the conditions I mentioned ?
Thanks