We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

FieldListItemObject

The FieldListItemObject contains information about the Field List item. This object is used to sort Field List items.

Properties

{
  caption: string,
  isFolder: boolean,
  isCalculated: boolean,
  isMeasureFolder: boolean,
  isKPI: boolean,
  folder: string
}
Property/TypeDescription
caption
String
The Field List item’s caption.
isFolder
Boolean
Indicates whether the Field List item is a folder or not.
isCalculated
Boolean
optional Indicates whether the Field List item is a calculated measure or not.
isMeasureFolder
Boolean
optional Indicates whether the Field List item is a folder containing only measures. This property is true for:
isKPI
Boolean
optional Indicates whether the Field List item is a KPI.
Only for the "microsoft analysis services" data source type.
folder
String
optional The Field List item’s folder.

See also

sortFieldsList()