Skip to content

Edit Dimension

Edits a dimension.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
Caption1stringCaption 1no
Caption2stringCaption 2no
Caption3stringCaption 3no
Caption4stringCaption 4no
Caption5stringCaption 5no
Caption6stringCaption 6no
Caption7stringCaption 7no
Caption8stringCaption 8no
Caption9stringCaption 9no
Caption10stringCaption 10no
CaptionText1stringAlternative text of caption 1, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText2stringAlternative text of caption 2, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText3stringAlternative text of caption 3, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText4stringAlternative text of caption 4, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText5stringAlternative text of caption 5, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText6stringAlternative text of caption 6, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText7stringAlternative text of caption 7, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText8stringAlternative text of caption 8, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText9stringAlternative text of caption 9, e.g. 'English', 'Deutsch' or 'Italiano'.no
CaptionText10stringAlternative text of caption 10, e.g. 'English', 'Deutsch' or 'Italiano'.no
NamestringNew name of the dimension ([Name]).no
StandardAttributearray of stringStandard attribute of the dimension ([Size],[Color],[StorageLocation]).no

Result

NameTypeDescription
DimensionstringName of the dimension.
OriginalNamestringOriginal name of the dimension when the database was created.
GroupstringGroup of the dimension: Custom or Fixed.
Caption1stringCaption 1
Caption2stringCaption 2
Caption3stringCaption 3
Caption4stringCaption 4
Caption5stringCaption 5
Caption6stringCaption 6
Caption7stringCaption 7
Caption8stringCaption 8
Caption9stringCaption 9
Caption10stringCaption 10
CaptionText1stringAlternative text of caption 1.
CaptionText2stringAlternative text of caption 2.
CaptionText3stringAlternative text of caption 3.
CaptionText4stringAlternative text of caption 4.
CaptionText5stringAlternative text of caption 5.
CaptionText6stringAlternative text of caption 6.
CaptionText7stringAlternative text of caption 7.
CaptionText8stringAlternative text of caption 8.
CaptionText9stringAlternative text of caption 9.
CaptionText10stringAlternative text of caption 10.
StandardAttributesstringList of the standard attribute names of the dimension.
ItemsintegerNumber of dimension items.
TreesintegerNumber of dimension trees.
FormulasintegerNumber of dimension formulas.
DistributionsintegerNumber of dimension distributions.
FixedbooleanIf 'True' the dimension cannot be changed.
PermissionstringDimension permissions of the actual user.

Code

text
EDIT DIMENSION
DIMENSION=[string, Needed]
CAPTION1=[string]
CAPTION2=[string]
CAPTION3=[string]
CAPTION4=[string]
CAPTION5=[string]
CAPTION6=[string]
CAPTION7=[string]
CAPTION8=[string]
CAPTION9=[string]
CAPTION10=[string]
CAPTIONTEXT1=[string]
CAPTIONTEXT2=[string]
CAPTIONTEXT3=[string]
CAPTIONTEXT4=[string]
CAPTIONTEXT5=[string]
CAPTIONTEXT6=[string]
CAPTIONTEXT7=[string]
CAPTIONTEXT8=[string]
CAPTIONTEXT9=[string]
CAPTIONTEXT10=[string]
NAME=[string]
STANDARDATTRIBUTE=[string, Multiple]