Appearance
Create Tree Item
Adds a dimension item to a tree sum.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Item | array of string | Name of the dimension item ([Item]). | yes | ||
| Sum | string | Parent sum of the item ([Sum]). '<Top>' indicates the top level of the tree. | yes | ||
| Tree | string | Adds an item to a tree ([Item].[Factor].[Invisible]), e.g. [800000].[1].[False]. | yes |
Result
No fields
Code
text
CREATE TREE ITEM
DIMENSION=[string, Needed]
ITEM=[string, Multiple, Needed]
SUM=[string, Needed]
TREE=[string, Needed]