RAG Traffic Lights Visualization on Reports/Dashboards to view the Project Health

baig
Tera Expert

Hello,

We have an OOB field on Status Report(project_status) table as Overall health ( overall_health) 

 

find_real_file.png

find_real_file.png

We would like to have a Traffic Light visualization to showcase the RAG status of the overall health of our Projects i.e Red/Amber/Green like below, can we achieve it ServiceNow, has someone done this already may be using Dynamic Contents? 

So, if click on Red it takes to Projects with Red Overall health and similarly Green and Amber. 

find_real_file.png

 

Thanks in Advance for support

2 REPLIES 2

Alec Hanson
Tera Guru

Hi

I assume you want the RAG Icons above on a dashboard somewhere. The approach would depend on how you expect clicking on the Icon to work, but both I would envisage can be done via Content Block.

1. Clicking on the Icon redirects to a filtered list:

This is simply an HTML block displaying the Icons and a Hyperlink behind each one to the filtered link i.e. to https://INSTANCE.service-now.com/nav_to.do?uri=%2Fproject_status_list.do%3Fsysparm_query%3Doverall_healthINgreen

 

2. Clicking on the Icon filters a list that is on the Dashboard:

This would involve a Custom Interactive Filter where clicking on the Icon runs the filter.

This example is good as it works as you want but with buttons: https://docs.servicenow.com/bundle/paris-performance-analytics-and-reporting/page/use/dashboards/reference/r_CustomPublisherExample.html

Alec

Thanks a Lot Alec, do you have sample code for option 1.