Skip to content

Show Table Items

Shows the table items without fields.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
TablestringName of the table ([Table]).yes
AddNamebooleanIf 'True' the item name is displayed in the output, separated by an equal sign (name=format). The default value is 'True'. This is only used if a format has been set. If no format has been set the item name is displayed. This is used for inputs because only the item name is unique and can be used for inputs. E.g. the 'Set Records' or 'Update Records' command.notrue
Dimensionarray of stringName of the dimension ([Dimension]).no
Filterarray of stringFilters by dimension item ([Dimension].[Item]) or tree sum ([Dimension].[Tree].[Sum]). The tree sum format is equal to 'FilterTree'.no
FilterAttributearray of stringFilters by attribute ([Dimension].[Attribute].[Value]).no
FilterRangearray of stringFilters by an item range ([Dimension].[StartItem].[EndItem]).no
FilterTreearray of stringFilters by tree sum ([Dimension].[Tree].[Sum]).no
FindstringValue to search for in name and captions.no
MaxRecordsintegerMaximum number of records to be returned. The default value is 500000.no500000
NameWhenEmptybooleanDifferent formats can be used in the dimension parameter (e.g. [Caption1]). Maybe the format returns an empty value. If 'NameWhenEmpty' is 'True' the item name is returned instead of an empty value. The default value is 'True'.notrue
Sortarray of stringSorts the records by a field ([Field].[Ascending]): Ascending (Asc) or Descending (Desc).no
SubtablestringName of the subtable ([Subtable]). A subtable contains additional filters used by the table.no

Result

NameTypeDescription

Code

text
SHOW TABLE ITEMS
TABLE=[string, Needed]
ADDNAME=[boolean, default=true]
DIMENSION=[string, Multiple]
FILTER=[string, Multiple]
FILTERATTRIBUTE=[string, Multiple]
FILTERRANGE=[string, Multiple]
FILTERTREE=[string, Multiple]
FIND=[string]
MAXRECORDS=[integer, default=500000]
NAMEWHENEMPTY=[boolean, default=true]
SORT=[string, Multiple]
SUBTABLE=[string]