Skip to main content
Skip table of contents

PSM_ReportParameter (ver6.0.0)

Defines report parameter attributes and how the attribute is to be displayed.

Column Name

Initial Version

Data Type

Description

DataIsSelectedField

6.2.0

Varchar2(256)

Not currently used.

DataSortByStatement

6.2.0

Varchar2(256)

The sort order for data for the parameter.

DataSource

6.2.0

Varchar2(500)

The name of the data object or java class providing the data for the parameter. This may be a table or view name or a java class name.

DataTextField

6.2.0

Varchar2(256)

The source of the text to display for the parameter.

DataValueField

6.2.0

Varchar2(256)

The source of the value to use for the parameter.

DataWhereStatement

6.2.0

Varchar2(500)

The filter for the data for the parameter.

Description

6.0.0

Varchar2(4000)

The description of the report parameter that can be displayed in the application.

ID

6.0.0

Number(19)

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

IsMandatory

6.2.0

Number(1)

Not currently used.

IsRequired

6.0.0

Number(3)

Establishes if a choice is required.

Label

6.0.0

Varchar2(32)

The label to be used for the parameter.

ParamName

6.0.0

Varchar2(256)

The name of a configurable report parameter. Required.

SortOrder

6.0.0

Number(10)

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

TypeName

6.0.0

Varchar2(60)

The type of display object that is to be used in the UI to display the data.

JavaScript errors detected

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

If this problem persists, please contact our support.