Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Change column name in report

Eli Guttman
Tera Guru

Hi,

Is there a way to change the columns name in report?

For example: taking the caller field on incident and add the caller email to the report. in the report, the column name will be email and i would like it to be "caller email"

Thanks!

2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

Don't think its possible directly.

However you can create a DB view and then report on the db view, this way you can have a different label.

-Anurag

-Anurag

vamshi krishna4
Giga Guru

Hi,

 

You can create a Database view and change the column name in the database view and use that DB table to create a report.

Check the below link for more info:

https://docs.servicenow.com/bundle/rome-platform-administration/page/use/reporting/task/c_CreatingDa...

https://docs.servicenow.com/bundle/rome-platform-administration/page/use/reporting/task/t_RelabelACo...

 

 

Regards,

Vamshi.