Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

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.