Database View Show Label from Choice Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 11:35 AM
Have a requirement to provide a report for the client that shows when the State field is changed and what it changes from and to. Found a great article from
Here is the view
So, instead of old value = 11, I'd like to show Submitted, which is grabbing the Label value from sys_choice based on the table and the element.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 10:32 AM
I don't think that is possible, for audit tables you will only get backend values and not the display value
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2022 08:00 AM
Hey,
Can you confirm, if your issue was resolved?
If yes, please mark correct and close the thread, will be helpful to others 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 02:23 AM
Hi Sanley,
You can create a string field on the Case Report table to store the display value of the state and then use the same field instead of the original state field.
You need the new field and Business rule to update that field every time the state changes.
Hope this helps.
Please mark the answer correct/helpful if it works.