58db9dece6845c69d64bf728cb82ff5562ce4dae
Integration/Navigation.md
| ... | ... | @@ -50,6 +50,9 @@ It is also possible that you may want to pass a query string to Izenda which has |
| 50 | 50 | * **p3value**: "Equals" filter operatorReportViewer.aspx?rn=SomeReport&p3value=SomeCompany |
| 51 | 51 | * **p4value**: "Greater Than" filter operatorReportViewer.aspx?rn=SomeReport&p4value=15 |
| 52 | 52 | * **p5value**: not used in this example (maximum amount of parameters reached) |
| 53 | + |
|
| 54 | +*Note: p1value2 is only valid due to using the "Between" operator and would not be valid when working with other operators.* |
|
| 55 | + |
|
| 53 | 56 | You can combine filters together and add an output type. Examine this example: |
| 54 | 57 | |
| 55 | 58 | * ReportViewer.aspx?rn=Product+List&p1value=1/1/2005&p1value2=1/1/2008&p2value=USA&output=pdf |