Appearance
Delete Tree Sum
Deletes one or multiple sums of a tree.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Sum | array of string | Name of the tree sum ([Sum]). | 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 SUM
DIMENSION=[string, Needed]
SUM=[string, Multiple, Needed]
TREE=[string, Needed]