Eclipse BIRT Report Object Model (ROM)

DimensionJoinCondition Structure

Structure Overview

Defines join condition.

Details

Display Name: Dimension Join Condition
Since: 2.2

Property Summary

cubeKey
The name of key in tabular cube element.
hierarchyKey
The name of key in tabular hierarchy element.
level
Provides the name of the level element.

Description

The dimension join condition defines a condition to make a join query for two dimension level elements.

Property Detail

cubeKey Property

The name of key in tabular cube element.

Details

Type: string
Since: 2.2
Required: No
Display Name: Cube Key
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

This property gives the column name in the tabular cube that wants to make join query and is considered as the key.


hierarchyKey Property

The name of key in tabular hierarchy element.

Details

Type: string
Since: 2.2
Required: No
Display Name: Hierarchy Key
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

This property gives the column name in the tabular hierarchy that wants to make join query and is considered as the key.


level Property

Provides the name of the level element.

Details

Type: Level Reference
Since: 2.2
Required: No
Display Name: Level
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

This property gives the name of the tabular level name that is in the hierarchy element and wants to make join query.