Introduction
This post describes how to download hidden column in a classic report.
Steps to follow
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
Call To Action:
For Oracle apex development and customization please do contact our company website https://doyensys.com/
Conclusion
Thus using the above method, the user can download the hidden column.
Recent Posts