Hi ,
APEX version is : 5.0
I have a classic report whose column headers are generated using dynamically. The headers are actually APEX items whose values are determined during report runtime and accordingly the Column headers are generated.
For example : One of the column header is like this : &P30_X1.</br>&P30_X1_UTIL.%
This works fine when the report is rendered in web browser . But when i export the report to Excel , the </br> doesn't seem to work .
Any pointer here ?
Thanks