Program Status report : Need to add custom color in program status report

sadiar
Tera Contributor

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.

sadiar_0-1754685161191.png

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.

sadiar_1-1754685242057.png

How can I make the other color too reflect on the program status report ?

Thanks in Advance.

 

2 REPLIES 2

TamoghnaB
Tera Expert
 
Hi @sadiar ,
 
Here's how you can customize colors in ServiceNow reports:
1. Accessing Color Settings:
  • 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. 
     
2. Predefined Color Palettes:
  • 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. 
       
3. Custom Color Schemes:
  • 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. 
       
4. Specific Color Customization:
  • 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. 
     
5. Accessibility Considerations:
  • 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!

sadiar
Tera Contributor

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.

sadiar_0-1755000168129.png