Appearance
Create Dimensions
Creates multiple dimensions.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | array of string | Creates dimensions with name and captions ([Name].[Caption1].[Caption2].[Caption3].[Caption4].[Caption5].[Caption6].[Caption7].[Caption8].[Caption9].[Caption10]), e.g. [Products].[Products].[Produkte].[Prodotti].[].[].[].[].[].[].[] | yes | ||
| Edit | boolean | If 'True' the captions of an existing dimension are changed. The default value is 'True'. | no | true |
Result
No fields
Code
text
CREATE DIMENSIONS
DIMENSION=[string, Multiple, Needed]
EDIT=[boolean, default=true]