Skip to content

Show Table Fields

Shows the table fields.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
TablestringName of the table ([Table]).yes

Result

NameTypeDescription
KindstringKind of the field: Dimension, Double or String.
NamestringName of the field.
OriginalNamestringIf 'Kind' is 'Dimension' the value contains the name of the dimension, as the database was created.
GroupstringGroup of the field: Date, Time or Custom.
FixedbooleanIf 'True' the dimension cannot be changed.
VisualScriptbooleanIf 'True' the field is used by the visual script of the table.
LinkstringIf the field is linked to another table, the link name is shown.

Code

text
SHOW TABLE FIELDS
TABLE=[string, Needed]