ReportColumn
Object
Fields
| Field | Description | Type |
|---|---|---|
description | A textual description of what the values in this column represent. | String |
filters | The filters that are available for this column. | [ ReportFilter ] |
isAggregated | Whether the report is currently aggregated by this column. | Boolean |
label | A short name for the column. | String |
removed | The report without this column. | Report |
sortDirection | The current sort direction for this column. | SortDirection |
sortedAscending | The report with this column sorted ascending. Null if the report cannot be sorted by this column. | Report |
sortedDescending | The report with this column sorted descending. Null if the report cannot be sorted by this column. | Report |
typeHints | A list of type hints (date/time, money, etc.) for the values in this column. | [ String ] |