Skip to content

Show Items

Show the items of a dimension.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
FindstringValue to search for in name and captions.no
MaxRecordsintegerMaximum number of records to be returned. The default value is 500000.no500000
SortstringSorts the output by name or caption ([Field].[Caption1]). The field can be [Item]/[Name], [Caption1], [Caption2], [Caption3], [Caption4], [Caption5], [Caption6], [Caption7], [Caption8], [Caption9], [Caption10]. Sort can be Ascending (Asc) or Descending (Desc), e.g. [Caption1].[Ascending]no
StartRecordintegerRecord number where the output should start. The default value is '0', which means no start record. This is useful when a large number of records should be shown in multiple parts.no0

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.

Code

text
SHOW ITEMS
DIMENSION=[string, Needed]
FIND=[string]
MAXRECORDS=[integer, default=500000]
SORT=[string]
STARTRECORD=[integer, default=0]