_DimensionLevelNames
The _DimensionLevelNames table sets the level names and number of levels of a dimension.
If this table is absent, no level names are set. If the table is present, the name of each defined level is set in the dimension. Levels not listed are not touched.
This table describes _DimensionLevelNames:
Column | Type | Description |
---|---|---|
DimensionName | String(50) | Refers to the _Dimensions table. |
LevelNumber | Integer | The level to address. These numbers are zero-based and counted top down. |
LevelName | String(50) | The new name to assign to the level. NULL or empty removes an already assigned level name. |
Comment | Text | User defined comment. |