Skip to content

Show Dimension Tables

Shows the tables of a dimension.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
BracketsbooleanIf 'True' the tables are shown with brackets, e.g. [Turnover], [Costs]. The default value is 'False'nofalse
Dimensionarray of stringName of the dimension ([Dimension]).no
NullsbooleanIf 'True' dimensions are hidden that are not used in any table. The default value is 'False'.nofalse
Tablearray of stringName of the table ([Table]).no

Result

NameTypeDescription
DimensionstringName of the dimension.
Caption1stringCaption 1
Caption2stringCaption 2
Caption3stringCaption 3
Caption4stringCaption 4
Caption5stringCaption 5
Caption6stringCaption 6
Caption7stringCaption 7
Caption8stringCaption 8
Caption9stringCaption 9
Caption10stringCaption 10
TablesstringList of the tables where the dimension is used.

Code

text
SHOW DIMENSION TABLES
BRACKETS=[boolean, default=false]
DIMENSION=[string, Multiple]
NULLS=[boolean, default=false]
TABLE=[string, Multiple]