function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AravindBabu512AravindBabu512 

Report column name renaming

Hi,

 

Is it possible to rename the field name in reports? ie, we drag and drop the field and can we have a new name (as display name) for report alone. 

 

Thanks,

Aravind

Best Answer chosen by Admin (Salesforce Developers) 
HariDineshHariDinesh

Hi,

 

You can achieve this through Report Type.

You can change the Field names in Custom Report types.

Click Edit layout and Double Click on the field you what to change the name and enter the name you want to display in Report. Click on save.

Now if you observe report with the report types the field name (Columns) will be changes as you modified.

 

Please let me know if you have any question in this regard.

 

All Answers

HariDineshHariDinesh

Hi,

 

You can achieve this through Report Type.

You can change the Field names in Custom Report types.

Click Edit layout and Double Click on the field you what to change the name and enter the name you want to display in Report. Click on save.

Now if you observe report with the report types the field name (Columns) will be changes as you modified.

 

Please let me know if you have any question in this regard.

 

This was selected as the best answer
Lewis HowelLewis Howel
Hi @hari, this is fine for custom report types, is there any way to do with standard report types? For instance, I need to do this on report type "CPQ Quotes with Opportunity"
Dan Watkoski 14Dan Watkoski 14
@Lewis you could just create a duplicate Report Type, with the same object mapping. And then edit the field labels, as needed