FAQ/Questions/sub-reports-and-drilldowns.md
... ...
@@ -26,4 +26,8 @@ Gauges can also accept sub-reports and will use the Name field in order to selec
26 26
27 27
###Sub-reports on forms
28 28
29
-Finally, you can choose to use sub-reports in your FORMS report too. You can see the [[Izenda Forms|http://wiki.izenda.us/Guides/ReportDesign/14.0-Izenda-FORMS#14.3-Advanced-FORMS-Concepts]] section for more information about this feature. Drilldowns are defined in two ways, described in the article above. Sub-reports that you specify in the form with a declaration such as "[subreports/top products by state]" do not get a drilldown key and will be treated as a stand-alone report. You can reference the column alias in order to use drilldown key driven sub-reports.
... ...
\ No newline at end of file
0
+Finally, you can choose to use sub-reports in your FORMS report too. You can see the [[Izenda Forms|http://wiki.izenda.us/Guides/ReportDesign/14.0-Izenda-FORMS#14.3-Advanced-FORMS-Concepts]] section for more information about this feature. Drilldowns are defined in two ways, described in the article above. Sub-reports that you specify in the form with a declaration such as "[subreports/top products by state]" do not get a drilldown key and will be treated as a stand-alone report. You can reference the column alias in order to use drilldown key driven sub-reports.
1
+
2
+###Using a URL instead of a sub-report
3
+
4
+In addition to drilling down to a sub-report, you can also explicitly define a URL to open. This can be an external URL or an internal URL to the reporting application. You can use field brackets in the URL as well to pass data through query string parameters. e.g. ReportViewer.aspx?rn=Budget&ddkvalue=[OrderID]&ddkvalue2=[ShipCountry]
... ...
\ No newline at end of file