Appearance
Edit Dimension
Edits a dimension.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Caption1 | string | Caption 1 | no | ||
| Caption2 | string | Caption 2 | no | ||
| Caption3 | string | Caption 3 | no | ||
| Caption4 | string | Caption 4 | no | ||
| Caption5 | string | Caption 5 | no | ||
| Caption6 | string | Caption 6 | no | ||
| Caption7 | string | Caption 7 | no | ||
| Caption8 | string | Caption 8 | no | ||
| Caption9 | string | Caption 9 | no | ||
| Caption10 | string | Caption 10 | no | ||
| CaptionText1 | string | Alternative text of caption 1, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText2 | string | Alternative text of caption 2, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText3 | string | Alternative text of caption 3, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText4 | string | Alternative text of caption 4, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText5 | string | Alternative text of caption 5, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText6 | string | Alternative text of caption 6, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText7 | string | Alternative text of caption 7, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText8 | string | Alternative text of caption 8, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText9 | string | Alternative text of caption 9, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| CaptionText10 | string | Alternative text of caption 10, e.g. 'English', 'Deutsch' or 'Italiano'. | no | ||
| Name | string | New name of the dimension ([Name]). | no | ||
| StandardAttribute | array of string | Standard attribute of the dimension ([Size],[Color],[StorageLocation]). | no |
Result
| Name | Type | Description |
|---|---|---|
| Dimension | string | Name of the dimension. |
| OriginalName | string | Original name of the dimension when the database was created. |
| Group | string | Group of the dimension: Custom or Fixed. |
| Caption1 | string | Caption 1 |
| Caption2 | string | Caption 2 |
| Caption3 | string | Caption 3 |
| Caption4 | string | Caption 4 |
| Caption5 | string | Caption 5 |
| Caption6 | string | Caption 6 |
| Caption7 | string | Caption 7 |
| Caption8 | string | Caption 8 |
| Caption9 | string | Caption 9 |
| Caption10 | string | Caption 10 |
| CaptionText1 | string | Alternative text of caption 1. |
| CaptionText2 | string | Alternative text of caption 2. |
| CaptionText3 | string | Alternative text of caption 3. |
| CaptionText4 | string | Alternative text of caption 4. |
| CaptionText5 | string | Alternative text of caption 5. |
| CaptionText6 | string | Alternative text of caption 6. |
| CaptionText7 | string | Alternative text of caption 7. |
| CaptionText8 | string | Alternative text of caption 8. |
| CaptionText9 | string | Alternative text of caption 9. |
| CaptionText10 | string | Alternative text of caption 10. |
| StandardAttributes | string | List of the standard attribute names of the dimension. |
| Items | integer | Number of dimension items. |
| Trees | integer | Number of dimension trees. |
| Formulas | integer | Number of dimension formulas. |
| Distributions | integer | Number of dimension distributions. |
| Fixed | boolean | If 'True' the dimension cannot be changed. |
| Permission | string | Dimension permissions of the actual user. |
Code
text
EDIT DIMENSION
DIMENSION=[string, Needed]
CAPTION1=[string]
CAPTION2=[string]
CAPTION3=[string]
CAPTION4=[string]
CAPTION5=[string]
CAPTION6=[string]
CAPTION7=[string]
CAPTION8=[string]
CAPTION9=[string]
CAPTION10=[string]
CAPTIONTEXT1=[string]
CAPTIONTEXT2=[string]
CAPTIONTEXT3=[string]
CAPTIONTEXT4=[string]
CAPTIONTEXT5=[string]
CAPTIONTEXT6=[string]
CAPTIONTEXT7=[string]
CAPTIONTEXT8=[string]
CAPTIONTEXT9=[string]
CAPTIONTEXT10=[string]
NAME=[string]
STANDARDATTRIBUTE=[string, Multiple]