Appearance
Copy Formula
Copies a formula.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Copy | string | Name of the copy ([Copy]). | yes | ||
| 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 |
Result
| Name | Type | Description |
|---|---|---|
| Formula | string | Name of the formula. |
| Caption1 | string | Caption 1 |
| Caption2 | string | Caption 2 |
| Caption3 | string | Caption 3 |
| Caption4 | string | Caption 4 |
| Caption5 | string | Caption 5 |
| Caption6 | string | Caption 6 |
| Caption7 | string | Caption 7 |
| Caption8 | string | Caption 8 |
| Caption9 | string | Caption 9 |
| Caption10 | string | Caption 10 |
| Default | boolean | If 'True' the formula name '<Default>' is a reference to this formula. |
| Sums | integer | Number of sums of the formula. |
| Items | integer | Number of items of the formula. |
Code
text
COPY FORMULA
COPY=[string, Needed]
DIMENSION=[string, Needed]
FORMULA=[string, Needed]