1234567891011121314151617181920212223 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp.2018. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features": [{
- "id": "com.ibm.bi.dashboard",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.boardModelExtension",
- "id": "com.ibm.bi.dashboard.boardModel.drillThroughExtension",
- "name": "drillThrough",
- "class": "dashboard-analytics/drill-through/models/DrillThroughModel",
- "type": "collection",
- "autoCreate": true,
- "triggers": [
- ]
- }, {
- "containerId": "com.ibm.bi.dashboard.serviceExtension",
- "id": "com.ibm.bi.dashboard.DrillThroughService",
- "name": "DrillThroughService",
- "class": "dashboard-analytics/drill-through/models/DrillThroughService"
- }
- ]
- }]
- }
|