Guides/ReportDesign/9.0-Misc-Tab.md
... ...
@@ -94,21 +94,33 @@ Here is a short video detailing the process involved in creating a drill-down re
94 94
95 95
The fundamental difference between a main report and a sub-report is the **drill-down key** field. Setting this field will enable a report to become a sub-report. So let's start by creating a report in the Report Designer.
96 96
97
+###Designing the sub-report
98
+
99
+Let's create a report with three fields in it to use as a sub-report.
100
+
97 101
![Design the sub-report](/Guides/ReportDesign/9.0-Misc-Tab/misc_tab_drill_down_sub.png)
98 102
103
+###Setting the drill-down key
104
+
99 105
We have a report with three fields created. Now we will set the **drill-down key**.
100 106
101 107
![Set the drill-down key](/Guides/ReportDesign/9.0-Misc-Tab/misc_tab_drill_down_sub_key_2.png)
102 108
103
-Once the drill-down key is selected on the sub-report, you will need to design a main report to use it.
109
+###Designing the main report
110
+
111
+Once the drill-down key is selected on the sub-report, you will need to design a main report to use it. Let's use one field, the same field we set as our drill-down key from our sub-report.
104 112
105 113
![Design the main report](/Guides/ReportDesign/9.0-Misc-Tab/misc_tab_drill_down_main.png)
106 114
115
+###Setting the sub-report
116
+
107 117
You will then want to click on the [[Advanced Field Settings|http://wiki.izenda.us/Guides/ReportDesign/4.0-fields-tab#4.8-Advanced-Field-Settings-Button]] button for the field you designated as the drill-down key in your sub-report. I.e. if you made ShipCountry your drill-down key, you will want to apply advanced settings for the ShipCountry field on your main report.
108 118
119
+###Results
120
+
109 121
![Drill-down report view](/Guides/ReportDesign/9.0-Misc-Tab/misc_tab_drill_down_main_view.png)
110 122
111
-Congratulations! You have designed a report with a drill-down. You may now click on the link on your main report to view the sub-report.
123
+Congratulations! You have designed a report with a drill-down. You may now interact with your main report to view your sub-report.
112 124
113 125
###9.2.1 Passing Filters from Master Report to Sub-Report
114 126