Skip to content

Show Table Filled

Shows how many of the table fields are filled, that is number fields that are not '0' and text fields that are not empty.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
Tablearray of stringName of the table ([Table]).yes
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
SubtablestringName of the subtable ([Subtable]). A subtable contains additional filters used by the table.no

Result

NameTypeDescription
FieldstringName of the field.
CellsnumberTotal number of cells.
FillednumberNumber of filled cells.
PercentnumberPercentage of filled cells.

Code

text
SHOW TABLE FILLED
TABLE=[string, Multiple, Needed]
FILTER=[string, Multiple]
FILTERATTRIBUTE=[string, Multiple]
FILTERRANGE=[string, Multiple]
FILTERTREE=[string, Multiple]
SUBTABLE=[string]