Skip to content

Show Item Tables

Shows the tables where a dimension item is used.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
BracketsbooleanIf 'True' the tables are shown with brackets, e.g. [Turnover],[Costs]. The default value is 'False'nofalse
Itemarray of stringName of the dimension item ([Item]).no
NullsbooleanIf 'True' items 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
ItemstringName of the dimension item.
Caption1stringCaption 1
Caption2stringCaption 2
Caption3stringCaption 3
Caption4stringCaption 4
Caption5stringCaption 5
Caption6stringCaption 6
Caption7stringCaption 7
Caption8stringCaption 8
Caption9stringCaption 9
Caption10stringCaption 10
AttributesstringList of the attributes of the dimension item.
TablesstringList of the tables where the dimension item is used.

Code

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