Skip to main content
Skip table of contents

PSM_ReportColumn (ver6.0.0)

Defines report columns and their attributes.

Column Name

Initial Version

Data Type

Description

DefaultLayoutValue

6.0.0

Varchar2(256)

Currently not used.

DefaultRenderValue

6.0.0

Varchar2(256)

Currently not used.

ID

6.0.0

Number(19)

Sequential number generated by the application, uniqueness in the table is guaranteed by Primary Key Unique Index. Required.

IsFilterable

6.0.0

Number(3)

Defines if the column is filterable.

IsReportParamable

6.0.0

Number(3)

Defines if the column can be defined as a report parameter.

JavaClass

6.0.0

Varchar2(256)

The java class to be used for selecting the data.

MappingType

6.0.0

Number(10)

Defines the simple properties (mappingtype=0) from to-many relations (mappingtype=2).

Name

6.0.0

Varchar2(256)

The name of the column that is to be displayed for report selection.

ReportEntityID

6.0.0

Number(19)

The entity the report column to which the column is related.

SortOrder

6.0.0

Number(10)

A number specifying the order that the column should be sorted when displayed.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.