- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 12:27 PM
I have a custom table with 3 columns I am trying to report on with a custom color scheme I created. For the first two columns (Pulled, Approved) I need Yes to always be green and No to always be red. For the last one (Rejected) I need the opposite, No to always be green and Yes to always be red. As I play around with these, it appears that the higher % is always green, so for any chart, Yes could be red when it's 28% and then it changes to green when it goes above 50%. I need static Yes/No colors for each report/chart. Is this possible?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:58 PM
Hi @chrish5 ,
Go to sys_report_chart_color and define the specific color for the specific value just as snipped below:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up,
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 08:17 PM
Hi @chrish5 ,
You can create a new color palette and select the colors for your display as below
go to reports>Char Color Schemes , create a color palette and apply on the report.
Hope this helps.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:58 PM
Hi @chrish5 ,
Go to sys_report_chart_color and define the specific color for the specific value just as snipped below:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up,
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 06:15 AM
Exactly what I was looking for! Thanks!