ReportFieldSchema
The schema for a report field that describes how to display and interact with the field in the report UI.
Indicates if the field can be the default subtotal field for the report.
true
Indicates if the field can be used to subtotal the chart.
true
Indicates if the field can be used for the "minor" subtotal within Charts only.
true
Indicates if the field can be used to subtotal the report rows.
true
Internal use; indicates special display logic in the report UI.
false
Indicates if report field contains URLs (links), such as attachments.
false
The internal ID of the report field; same as the key
field.
codes_tasks
The index of the field in the report; the left-most column is index 0 and increases to the right.
2
Indicates if the field is an integer field.
false
Indicates if the field is an attachment field.
false
Indicates if the field is a date field.
false
Indicates if the field is a percentage field.
false
Indicates if the field is totals column.
false
The internal ID of the report field; same as the id
field.
codes_tasks
The display name of the report field.
Task
Indicates if the field is a expected to hold negative values, which needs special treatment especially in charts.
false
Indicates if the field is a numeric field.
false
Indicates if the field is searchable.
false
Indicates if the field is currently enabled to be shown in the report.
false
Indicates if the field is sortable in the report.
false
Indicates if the text in the field should be truncated with a tooltip to see the rest, or always displayed in full.
false
{
"canDefaultSubtotal": true,
"canSubtotal": true,
"canSubtotalMinor": true,
"canSubtotalReport": true,
"extraSpecial": false,
"hasURL": false,
"id": "codes_tasks",
"index": 2,
"integer": false,
"isAttachmentField": false,
"isDateField": false,
"isPercentField": false,
"isTotalColumn": false,
"key": "codes_tasks",
"label": "Task",
"nonPositive": false,
"numeric": false,
"searchable": false,
"shown": false,
"sortable": false,
"truncateText": false
}