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
SFDC@ChennaiSFDC@Chennai 

Report tab should display the field name Dynamically

Hi


I have doubt can any one help me out .

i have created a field in object Opportunity..
          Month1 (Month1__c)
i changed the label name dynamically in front end(VFP) but in report tab i get the same name as Month1 .

instead of Month1 i want to get as Sep'14 in Report tab..
It should be dynamic based on current month.
Is their any possiable way to figure it out .

User-added image


User-added image

Thanks in adavance 

Vatsal KothariVatsal Kothari
Hi Ishak,

you can do this with Visualforce page and controller.

you can refer below link:

https://success.salesforce.com/answers?id=90630000000hMgjAAE

If this solves your problem, kindly mark it as the best answer.

Thanks,
Vatsal
SFDC@ChennaiSFDC@Chennai
Hi Vatsal

Thanks for your reply

Its displaying in VFP , but it should display in Report tab .

Thanks 
Ishak
Vatsal KothariVatsal Kothari
You can not change the header of the report dynamically, forthis you required only Visualforce page.
SFDC@ChennaiSFDC@Chennai
Any possible way to change in report tab