Hi,
I have a requirement where an excel report needs to be generated as part of a export functionality. This excel report should have Header, Body (to be extracted from database) and Footer contents.
I am using Export DSE to Excel smart service to generate the extract using Header and Body contents. I am having a tough time in populating the values for footer.
Sample of the expected excel report is provided below. Here, Generated By and Generated On along with its respective values (xxxxx and yyyyy) are the footer details that should be available in the excel report when it is generated. Please note that Generated By and Generated On is just an example that I have provided here. It can be anything based on client's requirement which needs to be populated for each excel report.
How can I achieve this requirement ?
Regards,
Deepak
Discussion posts and replies are publicly visible
One work-around can be to add 2 extra records in the data source (may be a table) which has value for just those two columns (In your example may be it can be the DB columns represents Column B and C ) and rest are empty/null. Populate that dynamically with the values you want to print in the report.
I know it might not be the correct way of doing and it should be the last option.