database view - display other values then in Old value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 03:06 PM
How to display other values in Old value column, ex. 1 -> Operational, 2 -> Retired
This table is created by database view. Does BR can do it? What methods and how they should be used?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 06:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 10:55 PM
Hi @Community Alums
Simply I need it to do report. And value 1 doesn't carry any information so I wish to use some label instead. As on screenshot below instead of "1" should be "Operational".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 04:07 AM
Hi @thebananek ,
If you report on the database view table it will only show the numbers not really "operational", you need to find another field which displays the required label.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 04:17 AM
I think about something like:
If variable in Old Value column has value 1 then display Operational
But I am not sure how this can be implemented in BR script.