Can an end user change the display name of a column in a report they have created?

christophermatt
Tera Contributor

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

Huynh Loc
Mega Sage

Hi @christophermatt ,

If you need a report to show “Projected Go Live” instead of “Due Date” without changing the label everywhere:

  1. Create a Database View based on the table
  2. Add a sys_documentation (label) override for the field on the database view
  3. 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.