Assigning a drilldown destination based on a parsing of a database query result set allows you to associate drilldown effects dynamically with individual data items.
Specify drilldown settings for individual graph data items using either ITXML or PCScript.
To add a drilldown effect to a graph data item with ITXML, set the Drilldown attribute of the data-item property. More information about this object is available in the Corda® 7 Object Reference in Corda Builder™.
Note: Adding a drilldown effect in ITXML must be done when you send the data to Corda Server™.
To enable drilldown effects for a graph data item in PCScript, use the graph.ddEnable() method
Important: In graphs where data is sorted (for example, sorted X-Y or Time graphs), the category number refers to the category number into which the item has been sorted, as opposed to the category number under which it was originally listed.
Specify drilldown settings for individual map data items using either ITXML or PCScript.
To add a drilldown effect to a map data item with ITXML, set the Drilldown attribute of the ItemShapeSettings property. More information about this object is available in the Corda 7 Object Reference in Corda Builder.
To enable drilldown effects for a map data item in PCScript, use the map.setDrilldown() method.
Note: This command can accept drilldown settings for any number of map shapes. For each shape to which you add drilldown, list the shape name, followed by a comma, followed by the drilldown destination. Separate each drilldown setting by a semi-colon.