Appearance
Show Table
Shows a table.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Table | string | Name of the table ([Table]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| Table | string | Name of the table. |
| 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 |
| Records | number | Number of records of the table. |
| Cells | number | Number of cells (records * number and text fields) of the table. |
| Subtables | integer | Number of subtables of the table. |
| Tablecalculations | integer | Number of tablecalculations of the table. |
| Visual | boolean | If 'True' the table has a visual script. |
| Derivation | boolean | If 'True' the table is linked with another table as a derivation. |
| SourceLinks | integer | Number of tables to which this table sends data. |
| DestinationLinks | integer | Number of tables from which this table gets data. |
| Permission | string | Table permissions of the actual user. |
Code
text
SHOW TABLE
TABLE=[string, Needed]