- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 03:32 AM
Hi,
Is it possible to show the Name of the sys_updated_by field user in a report?
Thank you,
Dan
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 08:33 AM
You can create a database view to join the desired table and sys_user on user name. Be sure to use a left join since some records may be created (and updated) but a non-system user if the record came OOTB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 08:33 AM
You can create a database view to join the desired table and sys_user on user name. Be sure to use a left join since some records may be created (and updated) but a non-system user if the record came OOTB.