Drilldown in Shapes, Textboxes, and Legends

This section describes dynamic drilldown in the following objects:

Shape Drilldown

Specify shape drilldown using either ITXML or PCScript.

ITXML

To set shape drilldown with ITXML, add a Drilldown property to the Shape object. Specify the drilldown destination in the url attribute. More information about this object is available in the Corda® 7 Object Reference in Corda Builder™.

PCScript

To set shape drilldown in PCScript, use the shape.ddEnable method. Set the category and series parameter values to ranges that include every data item.

Textbox Drilldown

Specify textbox drilldown using either ITXML or PCScript.

ITXML

To set textbox drilldown with ITXML, add a Drilldown property to the Textbox object. Specify the drilldown destination in the url attribute. More information about this object is available in the Corda 7 Object Reference in Corda Builder.

PCScript

To set textbox drilldown in PCScript, use the textbox.ddEnable method.

Legend Drilldown

Specify legend drilldown using either ITXML or PCScript.

ITXML

Add graph legend drilldown with ITXML by setting the drilldown attribute of the appropriate data-item property on the graph that the legend represents. More information about this object is available in the Corda 7 Object Reference in Corda Builder. For example:

<cit:row name=”item 1” drilldown=”http://www.corda.com”/>

Note: Adding a drilldown effect in ITXML must be done when sending data to Corda Server™.

PCScript

To set legend drilldown in PCScript, use the graph.ddEnable method on the graph that the legend represents (for more information, see Graph Drilldown). Use it as if you were adding drilldown to a data item, specifying a category number of 0.

Note: You cannot add drilldown dynamically to map legends.