Appearance
Move Table Dimension
Moves a dimension of a table up or down. The table must be empty.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Direction | string | Move direction: [Up] or [Down]. | yes | ||
| Table | string | Name of the table ([Table]). | yes |
Result
No fields
Code
text
MOVE TABLE DIMENSION
DIMENSION=[string, Needed]
DIRECTION=[string, Needed]
TABLE=[string, Needed]