Property
Member property that enables you to create subcategories for levels and hierarchies.
Attributes
Attribute | Data type | Definition |
---|---|---|
name | String | The display name of this property. |
column | String | The data column that will determine this subcategory's content. |
type | String | Data type of this property: String, Numeric, Integer, Boolean, Date, Time or Timestamp. |
formatter | String | Name of a formatter class for the appropriate property value being displayed. The class must implement the mondrian.olap.PropertyFormatter interface. |
caption | String | A string being displayed instead of the name. Can be localized from Properties file using #{propertyname}. |