d4e2041df1c63d89a12a0e7fad80ff455665bcd5
Guides/ReportDesign/9.0-Misc-Tab.md
| ... | ... | @@ -94,35 +94,35 @@ 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 |
|
| 97 | +###9.2.1 Designing the sub-report |
|
| 98 | 98 | |
| 99 | 99 | Let's create a report with three fields in it to use as a sub-report. |
| 100 | 100 | |
| 101 | 101 |  |
| 102 | 102 | |
| 103 | -###Setting the drill-down key |
|
| 103 | +###9.2.2 Setting the drill-down key |
|
| 104 | 104 | |
| 105 | 105 | We have a report with three fields created. Now we will set the **drill-down key**. |
| 106 | 106 | |
| 107 | 107 |  |
| 108 | 108 | |
| 109 | -###Designing the main report |
|
| 109 | +###9.2.3 Designing the main report |
|
| 110 | 110 | |
| 111 | 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. |
| 112 | 112 | |
| 113 | 113 |  |
| 114 | 114 | |
| 115 | -###Setting the sub-report |
|
| 115 | +###9.2.4 Setting the sub-report |
|
| 116 | 116 | |
| 117 | 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. |
| 118 | 118 | |
| 119 | -###Results |
|
| 119 | +###9.2.5 Results |
|
| 120 | 120 | |
| 121 | 121 |  |
| 122 | 122 | |
| 123 | 123 | Congratulations! You have designed a report with a drill-down. You may now interact with your main report to view your sub-report. |
| 124 | 124 | |
| 125 | -###9.2.1 Passing Filters from Master Report to Sub-Report |
|
| 125 | +###9.2.6 Passing Filters from Master Report to Sub-Report |
|
| 126 | 126 | |
| 127 | 127 | 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). |
| 128 | 128 |