Appearance
Delete Formula Item
Deletes one or multiple formula items.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Formula | string | Name of the formula ([Formula]). A formula is a flat structure of a dimension. A Formula is build of items and sums. Sums are calculated with functions. | yes | ||
| Item | array of string | Name of the dimension item ([Item]). | yes |
Result
No fields
Code
text
DELETE FORMULA ITEM
DIMENSION=[string, Needed]
FORMULA=[string, Needed]
ITEM=[string, Multiple, Needed]