Skip to main content
Skip table of contents

CST_RenderExpressionItem (ver6.2.1.7)

This table indicates how a specific template is appended to others in the process of rendering a report.

Column Name

Initial Version

Data Type

Description

ID

6.2.1.7

Number(19,0)

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

ParamName

6.2.1.7

Varchar2(50)

Name of a parameter or runtime condition to be evaluated when selecting a template to append. Used only for render expression items of type = 1 (Select).

RenderExpressionID

6.2.1.7

Number(19,0)

The internal number for the associated CST_RenderExpression record.

SortIndex

6.2.1.7

Number(6,0)

Indexing field used by Hibernate.

SortOrder

6.2.1.7

Number(19,0)

The sort order in which render expression items are processed and their associated template files appended.

TemplateFileName

6.2.1.7

Varchar2(50)

Name of a report template file to be appended. Used only with render expression items of type = 0 (Concat).

Type

6.2.1.7

Varchar2(50)

Indicates the RenderExpression item type. 0 = Concat type (specified template is appended in the specified sort order during the rendering process). 1 = Select type (a sub-render expression providing a set of 1 or more templates is selected based on a report parameter or runtime condition and then appended in the specified sort order).

WhenCreated

6.2.1.7

Timestamp(6)

Date and time the record was created. Defaults to system date.

WhenModified

6.2.1.7

Timestamp(6)

Date and time the record was modified. Defaults to system date.

WhoCreated

6.2.1.7

Varchar2(100)

The user login that created the record. Defaults to database user. 

WhoModified

6.2.1.7

Varchar2(100)

The user login that modified the record. Defaults to database user. 

JavaScript errors detected

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

If this problem persists, please contact our support.