Appearance
Copy Distribution
Copies a distribution.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Copy | string | Name of the copy ([Copy]). | yes | ||
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Distribution | string | Name of the distribution ([Distribution]). A distribution contains items of a dimension. Each item has a factor. The factor is used to distribute values over the items. | yes | ||
| DateOffset | integer | Moves the date dimension items by the offset. The default value is '0'. For example the month '2022-02' with an offset of 5 becomes '2022-07'. | no | 0 |
Result
| Name | Type | Description |
|---|---|---|
| Distribution | string | Name of the distribution. |
| 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 |
| Items | integer | Number of distribution items. |
Code
text
COPY DISTRIBUTION
COPY=[string, Needed]
DIMENSION=[string, Needed]
DISTRIBUTION=[string, Needed]
DATEOFFSET=[integer, default=0]