Appearance
Delete Tree Item
Removes one or multiple items from a tree. The item of the dimension is not deleted.
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 | ||
| Tree | string | Name of the tree ([Tree]). A tree is a hierarchical structure of a dimension. A tree is build of sums. These sums can contain other sums or elements of the dimension | yes |
Result
No fields
Code
text
DELETE TREE ITEM
DIMENSION=[string, Needed]
ITEM=[string, Multiple, Needed]
TREE=[string, Needed]