Eclipse BIRT Report Object Model (ROM)

Hierarchy Element

Element Overview

Base element for hierarchy elements within a dimension.

Details

Display Name: Hierarchy
Since: 2.2
XML Element: None
Extends: ReportElement
Extendable: No
Abstract: Yes
Name Space: None
Name Requirement: Required
Allows User Properties: Yes
Has Style: No

Property Summary

filter
Filter criteria to apply to query result in the hierarchy element.

Inherited Properties

comments, customXml, displayName, displayNameID, eventHandlerClass, extends, name, newHandlerOnEachEvent, propertyMasks, userProperties, viewAction

Description

The hierarchy is an abstract element that defines the basic properties of a OLAP hierarchy element. The derived elements, tabular and ODA hierarchy elements, provide level contents that are defined in this hierarchy itself.

Property Detail

filter Property

Filter criteria to apply to query result in the hierarchy element.

Details

Type: List of FilterCondition Structures
Since: 2.2
Required: No
Display Name: Filter conditions
JavaScript Type:
Default Value: None
Inherited: Yes
Runtime Settable: No
Property Sheet Visibility: Hidden
Property Sheet Group: Top

Description

The filter property specifies filter criteria to apply to each row in the data set. The filter can contain BIRT expressions (in JavaScript.) If you want the database to do the filtering, put the filter criteria in the WHERE clause of your query.