Appearance
Delete Formula Sum
Deletes one or multiple formula sums.
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 | ||
| Sum | array of string | Name of the formula sum ([Sum]). | yes |
Result
No fields
Code
text
DELETE FORMULA SUM
DIMENSION=[string, Needed]
FORMULA=[string, Needed]
SUM=[string, Multiple, Needed]