drillEnabled

Drill Down into Data in Visualize Your Data for information on using the drill-down feature.

Specifies whether the automatic drill-down feature is enabled for the Crosstab. If disabled, the ‘+’ and ‘–’ drill operators do not appear on the Crosstab.

Type

Boolean

true: enabled, false: disabled

Example

Crosstab1.drillEnabled = false;

Either syntax below can be used in component script:

drillEnabled             // unqualified
Crosstab1.drillEnabled   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.