Navigation.md
... ...
@@ -27,14 +27,14 @@ The report viewer provides the ability to give links to the users which are gene
27 27
* RTF Format: "&output=rtf"
28 28
* Sample link [[http://www.izenda.com/bi/ReportViewer.aspx?rn=Product+List&output=rtf]]
29 29
30
-#####Simple Mode
30
+###Simple Mode
31 31
32 32
Simple Mode disables the ability in the Report Viewer to load another report, export the report, or add fields and filters to the report. If there are existing filters it allows the ability to change the current filter.
33 33
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,7 +51,7 @@ 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
+###rs.aspx
55 55
56 56
All of the above commands can also be accomplished by replacing ReportViewer.aspx with rs.aspx and appending the appropriate query string
57 57