Report Script - Column Header (as a variable)
Hi,
I am creating a report script where my column header is a variable which changes every period (Month). When I update as below it is giving me the required data for a month I need but Column header name is not coming.
<Column(period)
"&CurMonth"
Means If my Current month is August, data is pulling for august. But Column header name is not populating as August. How can I achieve the Column heading name as august,
Your help on this is really appreciated.
Thank you,