In this article
The drillDown filter uses hierarchical structure and must be defined within a layout area to be used at report level. Code example provided.
layoutArea toolbar {
filter drillDown {
drillDown: myRoute
label: "Drill down"
}
}This filter utilizes the hierarchical structure defined in the drillDown block. To use it at the report level, it must be defined within a layout area. An example of the code is:
where:
"drillDown" refers to the ID of a drilldown filter defined in the drilldown block.
"Label" refers to the label that will be displayed for the filter. You can type in the desired text.