Program Status report : Need to add custom color in program status report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi All
I wanted to change the color of field "scope" in program status report. I am able to achieve this in the native program status report [program_status] table where I have added a new choice named blue and on change of the "scope" field blue color is reflecting. But the same is not reflecting in the program status report.
Screenshot 1 : New choice blue added to the scope field , when change to blue field is reflecting blue color.
Screenshot 2 : Program status report , where scope filed is not showing blue color. Program status report is only reflecting red , blue and green color. other than these color its not reflecting any color.
How can I make the other color too reflect on the program status report ?
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
- Navigate to the report you want to customize.
- Click on the "Style" settings or the "Chart Properties" section, depending on the report type.
- Here, you'll find options to modify colors for different chart elements.
- ServiceNow offers several predefined color palettes for reports.
- These palettes can be applied to the entire report or specific chart elements.
- Examples of predefined color palettes include:
- Default UI14 color palette: A common color scheme used in many ServiceNow reports.
- Chart color schemes: Allow you to set specific colors for different data values or categories.
- Performance Analytics color schemes: Provide a range of color options for PA widgets.
- Default UI14 color palette: A common color scheme used in many ServiceNow reports.
- You can create your own color schemes to align with your organization's branding or specific reporting requirements.
- To create a custom scheme:
- Go to "Chart Color Schemes" (usually found in the report settings or a related section).
- Define the colors for each data point or category.
- Apply the custom scheme to your report.
- For some reports, you can directly assign colors to specific values or categories.
- For example, you can set a specific color for "Yes" and "No" values in a report, or customize the colors for different incident states.
- This allows for precise control over how data is visually represented.
- When customizing colors, it's important to consider accessibility guidelines.
- Ensure that color combinations provide sufficient contrast for users with visual impairments.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @TamoghnaB
The configuration for Program status report is coming from this script include "PmProjectStatusReport".
https://<instance-name>.service-now.com/sys_script_include.do?sys_id=9e75b5e09f331200598a5bb0657fcf1...
I am not having any issue with the report but wanted the custom color in program status report.