This section describes dynamic drilldown in the following objects:
Specify shape drilldown using either ITXML or PCScript.
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™.
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.
Specify textbox drilldown using either ITXML or PCScript.
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.
To set textbox drilldown in PCScript, use the textbox.ddEnable method.
Specify legend drilldown using either ITXML or PCScript.
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™.
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.