Skip to content

Show Database Tree

Shows the structure of the active database.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
CalculationsbooleanIf 'True' the calculations are shown in the tree. The default value is 'True'.notrue
CommandGroupsbooleanIf 'True' the command groups are shown in the tree. The default value is 'True'.notrue
CommandsbooleanIf 'True' the commands are shown in the tree. The default value is 'True'.notrue
DimensionsbooleanIf 'True' the dimensions are shown in the tree. The default value is 'True'.notrue
DistributionsbooleanIf 'True' the distributions are shown in the tree. The default value is 'True'.notrue
FieldsbooleanIf 'True' the fields are shown in the tree. The default value is 'True'.notrue
FormulasbooleanIf 'True' the formulas are shown in the tree. The default value is 'True'.notrue
LinksbooleanIf 'True' the links are shown in the tree. The default value is 'True'.notrue
ScriptsbooleanIf 'True' the scripts are shown in the tree. The default value is 'True'.notrue
SubtablesbooleanIf 'True' the subtables are shown in the tree. The default value is 'True'.notrue
SubtreesbooleanIf 'True' the subtrees are shown in the tree. The default value is 'True'.notrue
TablesbooleanIf 'True' the tables are shown in the tree. The default value is 'True'.notrue
TablecalculationsbooleanIf 'True' the tablecalculations are shown in the tree. The default value is 'True'.notrue
TextsbooleanIf 'True' the texts are shown in the tree. The default value is 'True'.notrue
TreesbooleanIf 'True' the trees are shown in the tree. The default value is 'True'.notrue
VariablesbooleanIf 'True' the variables are shown in the tree. The default value is 'True'.notrue

Result

NameTypeDescription
LevelintegerLevel of the tree node.
KindstringKind of the tree object, e.g. Calculation, Command, CommandGroup, Dimension, Distribution...
NamestringName of the tree object.
FixedbooleanIf 'True' the object cannot be changed, for example the date and time dimensions are fixed.

Code

text
SHOW DATABASE TREE
CALCULATIONS=[boolean, default=true]
COMMANDGROUPS=[boolean, default=true]
COMMANDS=[boolean, default=true]
DIMENSIONS=[boolean, default=true]
DISTRIBUTIONS=[boolean, default=true]
FIELDS=[boolean, default=true]
FORMULAS=[boolean, default=true]
LINKS=[boolean, default=true]
SCRIPTS=[boolean, default=true]
SUBTABLES=[boolean, default=true]
SUBTREES=[boolean, default=true]
TABLES=[boolean, default=true]
TABLECALCULATIONS=[boolean, default=true]
TEXTS=[boolean, default=true]
TREES=[boolean, default=true]
VARIABLES=[boolean, default=true]