drillthrough.json 874 B

1234567891011121314151617181920212223
  1. {
  2. "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.",
  3. "features": [{
  4. "id": "com.ibm.bi.dashboard",
  5. "collectionItems": [
  6. {
  7. "containerId": "com.ibm.bi.dashboard.boardModelExtension",
  8. "id": "com.ibm.bi.dashboard.boardModel.drillThroughExtension",
  9. "name": "drillThrough",
  10. "class": "dashboard-analytics/drill-through/models/DrillThroughModel",
  11. "type": "collection",
  12. "autoCreate": true,
  13. "triggers": [
  14. ]
  15. }, {
  16. "containerId": "com.ibm.bi.dashboard.serviceExtension",
  17. "id": "com.ibm.bi.dashboard.DrillThroughService",
  18. "name": "DrillThroughService",
  19. "class": "dashboard-analytics/drill-through/models/DrillThroughService"
  20. }
  21. ]
  22. }]
  23. }