Appearance
Edit Tablecalculation
Edits a tablecalculation.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Table | string | Name of the table ([Table]). | yes | ||
| Tablecalculation | string | Name of the tablecalculation ([Tablecalculation]). | yes | ||
| Caption1 | string | Caption 1 | no | ||
| Caption2 | string | Caption 2 | no | ||
| Caption3 | string | Caption 3 | no | ||
| Caption4 | string | Caption 4 | no | ||
| Caption5 | string | Caption 5 | no | ||
| Caption6 | string | Caption 6 | no | ||
| Caption7 | string | Caption 7 | no | ||
| Caption8 | string | Caption 8 | no | ||
| Caption9 | string | Caption 9 | no | ||
| Caption10 | string | Caption 10 | no | ||
| Field | array of string | Name of the tablecalculation field ([Field]). A tablecalculation is a visual script which is added to queries (e.g. consolidations) by the server. The groups/fields to be calculated by the visual script must be defined. These fields must also be present in the query. | no | ||
| Name | string | New name of the tablecalculation ([Name]). | no |
Result
| Name | Type | Description |
|---|---|---|
| Tablecalculation | string | Name of the tablecalculation. |
| 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 |
| Fields | string | Number of custom fields of the tablecalculation. |
Code
text
EDIT TABLECALCULATION
TABLE=[string, Needed]
TABLECALCULATION=[string, Needed]
CAPTION1=[string]
CAPTION2=[string]
CAPTION3=[string]
CAPTION4=[string]
CAPTION5=[string]
CAPTION6=[string]
CAPTION7=[string]
CAPTION8=[string]
CAPTION9=[string]
CAPTION10=[string]
FIELD=[string, Multiple]
NAME=[string]