8.10.7 Managing Classic Report Column Attributes
Edit column attributes to control the display, features, and column behavior.
- Altering Classic Report Column Layout
Edit Column attributes to precisely control the report layout. - Enabling Column Sorting in a Classic Report
Learn how to enable column sorting. - Creating a Column Link in a Classic Report
Use Column Link attributes to create a link from a report to another page in your application or to a URL. - Defining an Updatable Column in a Classic Report
Make a column updatable by editing column attributes. - Defining a Column as a List of Values in a Classic Report
Render a report column as a list of values. - Controlling When Classic Report Columns Display
Control when a column displays using an Authorization Scheme and Server-side Condition. - Adding a Download Link to a Classic Report
Create a link within a report to enable users to export the report as a comma-delimited file (.csv) file.
See Also:
Parent topic: Managing Classic Reports
8.10.7.1 Altering Classic Report Column Layout
Edit Column attributes to precisely control the report layout.
For example, you can use these attributes to alter column heading text, change column positioning, hide a column, create a sum of a column, or select a sort sequence.
To edit the Column attributes:
Parent topic: Managing Classic Report Column Attributes
8.10.7.2 Enabling Column Sorting in a Classic Report
Learn how to enable column sorting.
To enable column sorting:
Tip:
Column sorting must be enabled if you want columns with null values to display at the top or end of the report. To learn more about the Sort Nulls attribute, see Editing Classic Report Pagination.
Parent topic: Managing Classic Report Column Attributes
8.10.7.3 Creating a Column Link in a Classic Report
Use Column Link attributes to create a link from a report to another page in your application or to a URL.
To create a column link to another page:
Parent topic: Managing Classic Report Column Attributes
8.10.7.4 Defining an Updatable Column in a Classic Report
Make a column updatable by editing column attributes.
Note that the Oracle APEX engine can only perform updates if:
- A multirow update is defined.
- A PL/SQL process is implemented to process updated data.
- When using the built-in tabular form elements and display types, then the report has to be defined using the type SQL Query (updatable report).
To define updatable column attributes:
Parent topic: Managing Classic Report Column Attributes
8.10.7.5 Defining a Column as a List of Values in a Classic Report
Render a report column as a list of values.
A column can be rendered as Radio Group or a static, named, or query-based LOV. For example, a column can be rendered using a select list or a popup list of values. Or, a column can be rendered as read-only text based on a list of values.
This last approach is an effective strategy when creating display lookup values and is particularly useful in regular, nonupdatable reports. This approach enables you to display the value of a column without having to write a SQL JOIN statement.
To render a report column as a list of values:
Parent topic: Managing Classic Report Column Attributes
8.10.7.6 Controlling When Classic Report Columns Display
Control when a column displays using an Authorization Scheme and Server-side Condition.
Use Authorization Scheme to control access to resources (such as a report column) based on predefined user privileges. For example, you could create an authorization scheme in which only managers can view a specific report column. Before you can select an authorization scheme, you must first create it. Use Server-side Condition
A condition is a small unit of logic that enables you to control the display of a column based on a predefined condition type. The condition evaluates to true or false based on the values you enter in the Expressions fields.
To specify Authorization Scheme and Server-side Condition attributes:
8.10.7.7 Adding a Download Link to a Classic Report
Create a link within a report to enable users to export the report as a comma-delimited file (.csv) file.
To add a CSV link to a report, you must enable Automatic CSV Encoding. When using Automatic CSV Encoding, the report template is not important. You can include a CSV link with any report template that has the CSV export substitution string defined.
See Also:
Parent topic: Managing Classic Report Column Attributes