Appearance
Create Distribution Item
Adds an item to a distribution.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| 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 | ||
| Item | array of string | Item name and factor ([Item].[Factor]). | yes |
Result
No fields
Code
text
CREATE DISTRIBUTION ITEM
DIMENSION=[string, Needed]
DISTRIBUTION=[string, Needed]
ITEM=[string, Multiple, Needed]