"drillDownIntoTracker"
Configures the Open in Table View feature for reports.
* 
To use this feature, page view must be enabled by System Administrators in Application Configuration. For more information, see "pageView" and About Page View.
Example
"drillDownIntoTracker": {
"disabled": false
},
Properties
Property Name
Description
Default Value
"disabled"
Specifies if the Open in Table View is disabled or enabled. The following values are accepted:
false: the Open in Table View feature is enabled.
true: the Open in Table View feature is disabled.
false
Was this helpful?