Is there a way to dynamically update the column header names on reports when Name = Months?
We have a report that displays monthly data with the Months as Column Headers. Currently, as a workaround, row 1 is displayed as Month 1, Month 2, etc. and row 2 is month displayed in number format: 20230301, 20230401, etc. This number format is needed because all other data is number and there is a constraint that all data in a column must be consistent datatype.
The Month displayed as 20230301 is not ideal. Is there a way that we can dynamically update the column header name (row 1) to display the 'Mar-23', Apr-23, May-23, etc. And continually update as the dates roll forward?
Thanks
Tagged:
0