The FieldListItemObject contains information about the Field List item. This object is used to sort Field List items.
{ caption: string, isFolder: boolean, isCalculated: boolean, isMeasureFolder: boolean, isKPI: boolean, folder: string }
Property/Type | Description |
---|---|
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. |