Integration/Integration/Navigation.md
... ...
@@ -37,9 +37,9 @@ Simple Mode disables the ability in the Report Viewer to load another report, ex
37 37
* Simple Mode Format: "&simple=1"
38 38
* Sample link [[http://www.izenda.com/bi/ReportViewer.aspx?rn=Department+Reports/Dashboard&simple=1]]
39 39
40
-###Izenda Reports supports at most 5 query string parameters
40
+###Izenda Reports supports unlimited query string parameters
41 41
42
-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:
42
+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 pNvalue paramater, as in this example where we use p1 through p5. 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:
43 43
44 44
![](http://wiki.izenda.us/Integration/Navigation/filter_example.png)
45 45