Change default report names

Amarpreet
Tera Contributor
Currently when we try to export any report from Servicenow it gives it the name of the table used. Can it change to the display name of the report. If there is none then it can use the table name. 
 
For e.g. 
 
In the below report when I export it, it gives the report name as "task_sla" instead of the display name of the report itself. Can this be changed ?
 
Amarpreet_0-1708434718922.png

 

 
7 REPLIES 7

In this case the file name is always table name. Report name will be used only if you use export to pdf option available on the report header

Thank you,
Palani

I believe an enhancement request should be logged to have the "Export to Excel" option so that we get the report name proper. 

Andrew_TND
Mega Sage
Mega Sage

Hi @Amarpreet 

I dont think this is possible as the logic used is the same which you are using on the main table.

For example if you did change the parameters it would no doubt conflict with the out of the box processing because your instance would try to find the name of a report which isn't there, hence why it uses the task or incident as the file name because that is the common denominator. 

Please mark as helpful or if its resolved the issue, CORRECT!