I have an Interactive Report page in Oracle APEX 5 that includes a SQL Query with ~15 columns or so.
When I first load the report, the columns are in a certain order, and columns are set to Do Not Display (as seen under Actions
-> Select Columns
).
All the columns have the property Type
as Plain Text
and none has a condition defined in the Page Designer
, under {Page Name}
-> Regions
-> Content Body
-> {Interactive Report}
-> Columns
.
My Interactive Report has a dynamic query under a APEX_COLLECTION and the end user doesn't have developer privilegies.
My question is, what determines which columns are set to Do Not Display
and those set to Display in Report
?