Navigation.md
... ...
@@ -34,7 +34,7 @@ Simple Mode disables the ability in the Report Viewer to load another report, ex
34 34
* Simple Mode Format: "&simple=1"
35 35
* Sample link [[http://www.izenda.com/bi/ReportViewer.aspx?rn=Department+Reports/Dashboard&simple=1]]
36 36
37
-###Izenda Reports supports at most 5 query string parameters.
37
+###Izenda Reports supports at most 5 query string parameters
38 38
39 39
It is also possible that you may want to pass a query string to Izenda which has a filter field parameter already set for the user. To accomplish this you can use the p1value, p2value, p3value, p4value, and p5value parameters. Each of the parameters corresponds to the actual order of filters on the report viewer page. So in this example we see the filter field labels in red next to the filters. Call the filters using the following naming convention:
40 40
... ...
@@ -51,8 +51,8 @@ You can combine all the filters together and add an output type. Examine this ex
51 51
52 52
* ReportViewer.aspx?rn=Product+List&p1value=1/1/2005& p1value2=1/1/2008&p2value=USA&p3value=SomeCompany& p4value=15&output=pdf
53 53
54
-###rs.aspx
54
+###Get just the report
55 55
56
-All of the above commands can also be accomplished by replacing ReportViewer.aspx with rs.aspx and appending the appropriate query string
56
+All of the above commands can also be accomplished by replacing ReportViewer.aspx with rs.aspx and appending the appropriate query string. This will generate the same report seen in ReportViewer.aspx but without any of the menu items.
57 57
58 58
Continue to [[Appearance]].
... ...
\ No newline at end of file