- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 09:45 AM
Is it possible to change the label of true and false field to another thing like Breached and not Breached?
I'll be using this report on a Dashboard.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 10:26 AM
Hi @Community Alums
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
Another Approach:-
You can create new field and store "Breached/Not Breached" as choice value. Create on before BR to set the value or on change client script.
Mark it Helpful and Accept Solution !! If this helps you to understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 10:26 AM
Hi @Community Alums
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
Another Approach:-
You can create new field and store "Breached/Not Breached" as choice value. Create on before BR to set the value or on change client script.
Mark it Helpful and Accept Solution !! If this helps you to understand.