Guides/ReportDesign/9.0-Misc-Tab.md
... ...
@@ -132,6 +132,10 @@ Here is what the main report can look like with the drilldown fields selected.
132 132
133 133
Congratulations! You have designed a report with a drill-down. You may now interact with your main report to view your sub-report. When you click on ShipCountry, you will notice that the sub-report filters data by both ShipCountry and ShipCity. If you were to use data in a many-to-many relationship, only data that satisfied those two conditions would be shown.
134 134
135
+Now when you click on the ShipCountry column, the result will be filtered by ShipCountry and ShipCity. In the result below, Switzerland was clicked.
136
+
137
+![](/Guides/ReportDesign/9.0-Misc-Tab/misc_tab_drill_down_subreport_view.png)
138
+
135 139
###9.2.6 Passing Filters from Master Report to Sub-Report
136 140
137 141
The [[InheritFiltersinSubreports|/API/CodeSamples/InheritFiltersInSubreports]] property that your system administrator can set allows the filters applied in the parent report to automatically pass through to the child report (main report to sub-report).