- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 02:47 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 03:31 AM
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
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 02:54 AM - edited ‎10-31-2024 02:55 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 02:57 AM
Hi @Anurag Tripathi that's the thing, I dont want to change the field name, only the "true/false" labels of the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 02:59 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 03:31 AM
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
-------------------------------------------------------------------------