CrossDrill in Apliqo - Change elements displayed

Hi,

I was wondering if it is possible to control the elements that are displayed when clicking on CrossDrill. Now it appears I see the “element + children” of the dimension element selected in the global filter.
The client would like to see the fully expanded hierarchy below the selected dimension element.

Thanks for your help!
Gitte

Yes you can. There are 2 ways of controlling the CrossDrill options.

  1. You can include or exclude dimensions per widget

  2. You can control this centrally for the entire app from the default.constant.js file.

            "crossDrill": {
                "includeLeaves": false,
                // "enabled": false
                // "limitDrillTo": [
                //     {
                //       "dimension": "Product"
                //     }
                // ],
                // "excludeFromDrillTo": [],
            },