Oracle Apex - Report Columns (RPT COLS)

Card Puncher Data Processing

About

Report Columns

Metadata

In the below example, the metadata query goes against the original tables.

SELECT   pageCol.*
  FROM WWV_FLOW_WORKSHEET_COLUMNS pageCol
  , WWV_FLOW_WORKSHEETS page
  WHERE page.page_id = 18 -- page id
  AND page.flow_id  = 2109 -- application id
  and pageCol.worksheet_id = page.id   
  ORDER BY display_order;

where:

Oracle Apex Report Columns Metadata





Discover More
Card Puncher Data Processing
Oracle Apex - (Sql) Report (RPT)

A report can shown data as: mutable columns: When running a master detail form, data is rendered as a report. A tabular form is rendered as a report havingupdatable columns shown using various form...
Apex Report Attributes Edit
Oracle Apex - How to set the 'Edit' Report Column Attribute ?

When you add a new report column, by default, you can't edit it. How can you change the 'Edit' Report Attributes ? Just edit the column attributes (by clicking on the pen icon on the left side)...



Share this page:
Follow us:
Task Runner