Hello Experts,
Using Apex 5.0.0.00.31.
I am new to Apex, still exploring the options to download an Interactive report region using the default APEX download utility. The download to excel and PDF works fine, but the report header or the title is missing in both downloads. I Googled for a solution but was unable to find any documentation. Without the header, the users will not know which report they are viewing if they happen to print them or share the file with others. Kindly let me know if there is a way to include the header in these downloads. Also the columns order in the select query is not preserved both in the report and also in the download option. For example if I have select first_name, last_name, dept from tab1. Then the report orders these columns in its own way without preserving the order in the select query, the report will show last_name, dept, first_name.
Kindly let me know how this can be solved.
Thank you
Aj