relational_dimension
The relational_dimension
command creates and deletes relational dimensions, and also to update and
retrieve the properties of a relational dimension.
The following table lists the properties of a relational dimension,
describes each of them, and specifies whether each property is applicable
in an HTTP POST
or PUT
method (as
an input), or in an HTTP GET
method (as an output).
Name | Description | HTTP methods |
---|---|---|
parent |
id of the parent model, cube,
or folder. |
POST |
comment |
Comment. |
|
createRelationship |
Specifies whether a simple relationship with
no expression is created between the dimension and the measure dimension
of the parent cube, if any. Can be true or false . |
|
defaultHierarchy |
id of the default hierarchy. |
GET |
description |
Description. Localized text. |
|
dimensionStyle |
Dimension type. Can be regular , measure ,
or time . |
GET |
filters |
Array of id values of child relational
filters. |
GET |
levels |
Array of id values of child levels. |
GET |
multilingualSupport |
Multilingual support. Can be disabled , byRow ,
or byColumn . |
|
name |
Name. Localized text. |
|
relationalHierarchies |
Array of id values of child relational
hierarchies. |
GET |
screenTip |
Screen tip. Localized text. |
|