ServiceNow Things to Know 38: Display Progress Indicators on a List View
We can display ๐ฝ๐ฟ๐ผ๐ด๐ฟ๐ฒ๐๐ ๐ถ๐ป๐ฑ๐ถ๐ฐ๐ฎ๐๐ผ๐ฟ๐ with customized colors on the list view of any table by creating a field of type "๐ฃ๐ฒ๐ฟ๐ฐ๐ฒ๐ป๐ ๐๐ผ๐บ๐ฝ๐น๐ฒ๐๐ฒ"On the form view, this field type accepts ๐ฑ๐ฒ๐ฐ๐ถ๐บ๐ฎ๐น ๐ถ๐ป๐ฝ๐๐; on the list view, it appears as a progress indicator bar.We can specify the threshold and respective colors, the attribute named ๐๐ฎ๐ฟ๐ด๐ฒ๐_๐๐ต๐ฟ๐ฒ๐๐ต๐ผ๐น๐ฑ_๐ฐ๐ผ๐น๐ผ๐ฟ๐ is used to define these parametersexample:๐๐ฎ๐ฟ๐ด๐ฒ๐_๐๐ต๐ฟ๐ฒ๐๐ต๐ผ๐น๐ฑ_๐ฐ๐ผ๐น๐ผ๐ฟ๐:๐ฌ:๐ฟ๐ฒ๐ฑ;๐ฏ๐ฌ:๐ผ๐ฟ๐ฎ๐ป๐ด๐ฒ;๐ณ๐ฌ:๐๐ฒ๐น๐น๐ผ๐;๐ต๐ฌ:๐ด๐ฟ๐ฒ๐ฒ๐ป
Based on this condition, if the value lies between 0-29 the progress bar color would be ๐ฟ๐ฒ๐ฑ if the value is between 30-69 - the color would be ๐๐ฒ๐น๐น๐ผ๐, and so on.
https://www.servicenow.com/community/developer-blog/servicenow-things-to-know-38-display-progress-indicators-on-a/ba-p/2766815