Can an end user change the display name of a column in a report they have created?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
End users would like to have the option to change the label of a column that matches the specific use case or workflow. If a report column displays as "Due Date", can it be re-labeled in the report they have created? Example: from "Due Date" to "Projected Go Live"
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @christophermatt ,
If you need a report to show “Projected Go Live” instead of “Due Date” without changing the label everywhere:
- Create a Database View based on the table
- Add a sys_documentation (label) override for the field on the database view
- Build the report using the database view
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.
