Change choices label on report "True/false" field

F_bio Santos
Kilo Sage

Hi everyone, I was wandering if its possible to change the label's of the choices in a field only for a report, the report shows the SLA's that have been breached or not, but it comes with a "true/false" value/label, I wanted to change it to "Breached/Not Breached", does anyone know if this is possible? 

1 ACCEPTED SOLUTION

Runjay Patel
Giga Sage

Hi @F_bio Santos ,

 

You can create new field and store "Breached/Not Breached" as choice value. Create on before BR to set the value.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

View solution in original post

7 REPLIES 7

Anurag Tripathi
Mega Patron
Mega Patron

hi,

There is no direct way to do this.

One 'work around' could be to create a DB view for this table and you can rename the field on the view. but this is a tad much tech debt to create view for one table only just to report on a field with different name. 

 

Solved: How can we rename the column names in a report. - ServiceNow Community

 

Hope this helps. 

-Anurag

Hi @Anurag Tripathi that's the thing, I dont want to change the field name, only the "true/false" labels of the field

Yes that's is what i meant when i said field name. You cant change field label just for report, if you absolutely need to do it then you will need to create a DB view

-Anurag

Runjay Patel
Giga Sage

Hi @F_bio Santos ,

 

You can create new field and store "Breached/Not Breached" as choice value. Create on before BR to set the value.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------