194bf382979b48974b598a989527cf5af7df97a7
Guides/ReportDesign/9.0-Misc-Tab.md
| ... | ... | @@ -98,11 +98,11 @@ Let's create a report with three fields in it to use as a sub-report. |
| 98 | 98 | |
| 99 | 99 | ###9.2.2 Setting the drill-down key |
| 100 | 100 | |
| 101 | -We have a report with three fields created. Now we will set the **drill-down key**. We can either set one drilldown key or both of them. We can also select whether we want to ignore the first key and just use the second one. Ignoring the first drilldown key can allow, for example, a CategoryName and ProductName to be sent to the sub-report, but instead of displaying just records for that CategoryName and ProductName, it will show all records with the specified ProductName. The main report will still require both keys to be passed, which we will cover below as well. |
|
| 101 | +We have a report with three fields created. Now we will set the **drill-down key**. We can either set one drilldown key or both of them. We can also select whether we want to ignore the first key and just use the second one. Ignoring the first drilldown key can allow, for example, a CategoryName and ProductName to be sent to the sub-report, but instead of displaying just records for that CategoryName and ProductName, it will show all records with the specified ProductName, regardless of category. The main report will still require both keys to be passed, which we will cover below as well. As another example, if you have a field you do not wish to expose to users, such as an ID field, then you can specify that the drilldown link appears on a name field (such as ShipCountry) and pass the ID field to the sub-report without ever exposing it to the user. |
|
| 102 | 102 | |
| 103 | 103 | For now, we will set the drill-down keys to ShipCountry and ShipCity and we will not ignore ShipCountry. |
| 104 | 104 | |
| 105 | -_**Note:** Earlier versions of Izenda reports only allow one drilldown key to be used. This works just like using two except without the ability to ignore one._ |
|
| 105 | +_**Note:** Earlier versions of Izenda reports only allow one drilldown key to be used._ |
|
| 106 | 106 | |
| 107 | 107 |  |
| 108 | 108 |