How to edit the legend label values of a report in Jakarta/Kingston edition?

Sruthi
Tera Contributor

I have a pie chart that shows how many servers are available and unavailable.   The labels are True and False can I replace them with something other than true and false?  

 

find_real_file.png

 

I want to rename TRUE as "%of availability" and False as "% of unavailability". I tried with report ranges but it helps me to change the y-axis but not legend which is my requirement.

Any help is appreciated!

5 REPLIES 5

Allen Andreas
Administrator
Administrator

Hi,

Those pull from the actual field which this must be a boolean.

I don't think you can change those, at least in basic reporting.


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Tracy Davis
Giga Guru

Agree with above. I tried to get these changed and was never able to figure out a way to do it.

Abhishek77
ServiceNow Employee
ServiceNow Employee

Hi sruthi,

The labels on the report come from the group by field which you are using while generating the report. If you click on the blue subdivision it will take you the list view of record where =true. 

For example, if we are creating a report on incident table and group by 'assigned to' field.

find_real_file.png

Then when you click on the green subdivision which is ITIL user.

find_real_file.png

 

It will take you to the list view of incidents with filter assigned to=ITIL

find_real_file.png

So as the labels are from usernames and these can only be changed by editing that particular record but we can edit just the label on the report.

Mark the answer as Correct/Helpful based on its impact.

will this work with the TRUE/FALSE values? That's specifically what I've been struggling with as well. Is there a way to update these labels for the legend?