A dimension is a top-level member in the hierarchy (a member with no parent). Represent a dimension using the following rules:
<dimension> :: = <dimension-name-specification> | <member>.DIMENSION | <layer>.DIMENSION | DIMENSION ( <member> | <layer> )
<dimension-name-specification> | A dimension name. See Description, item 1. |
<member>.DIMENSION | Dimension function with a member specification as input. |
<layer>.DIMENSION | Dimension function with a layer specification as input. |
DIMENSION ( <member> | <layer> ) | Alternate syntax. Dimension ( <member> ) has the same effect as <member>.Dimension. Dimension ( <layer> ) has the same effect as <layer>.Dimension. |
A dimension can be represented in the following ways:
[Market]
.[New York].Dimension
or Dimension ( [New York] )
.Dimension ([Market].Generations(2).Members)
or {([Market].Generations(2).Members)}.Dimension
.©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |