Sunday 3 July 2016

Download hidden column in APEX classic report


Hidden column cannot be downloaded in classic report if,

Display As : Hidden 
Include In Export : Yes

This can be achieved using the PLSQL Expression:

Column attributes-> 

Display As : Display as Text

Column attributes-> Conditional display->

Condition Type : PLSQL Expression
Expression : apex_application.g_excel_format = TRUE



2 comments: