b2feba7be9a288f8e6b5f361b223cf505cdf3fa6
Integration/Navigation.md
| ... | ... | @@ -45,14 +45,14 @@ It is also possible that you may want to pass a query string to Izenda which has |
| 45 | 45 | |
| 46 | 46 | **Note: The values in "Red" (p1value, etc.) above are for reference to the information below only. The Value(s) spaces need to remain "Blank" in the Report Designer. |
| 47 | 47 | |
| 48 | -* p1value,p1value2: "Between" filter operator, ReportViewer.aspx?rn=SomeReport&p1value=1/1/2005&p1value2=1/1/2008 |
|
| 49 | -* p2value: "Equals" filter operator,ReportViewer.aspx?rn=SomeReport&p2value=USA |
|
| 50 | -* p3value: "Equals" filter operatorReportViewer.aspx?rn=SomeReport&p3value=SomeCompany |
|
| 51 | -* p4value: "Greater Than" filter operatorReportViewer.aspx?rn=SomeReport&p4value=15 |
|
| 52 | -* p5value: not used |
|
| 53 | -You can combine all the filters together and add an output type. Examine this example: |
|
| 54 | - |
|
| 55 | -* ReportViewer.aspx?rn=Product+List&p1value=1/1/2005& p1value2=1/1/2008&p2value=USA&p3value=SomeCompany& p4value=15&output=pdf |
|
| 48 | +* **p1value,p1value2**: "Between" filter operator, ReportViewer.aspx?rn=SomeReport&p1value=1/1/2005&p1value2=1/1/2008 |
|
| 49 | +* **p2value**: "Equals" filter operator,ReportViewer.aspx?rn=SomeReport&p2value=USA |
|
| 50 | +* **p3value**: "Equals" filter operatorReportViewer.aspx?rn=SomeReport&p3value=SomeCompany |
|
| 51 | +* **p4value**: "Greater Than" filter operatorReportViewer.aspx?rn=SomeReport&p4value=15 |
|
| 52 | +* **p5value**: not used in this example (maximum amount of parameters reached) |
|
| 53 | +You can combine filters together and add an output type. Examine this example: |
|
| 54 | + |
|
| 55 | +* ReportViewer.aspx?rn=Product+List&p1value=1/1/2005&p1value2=1/1/2008&p2value=USA&output=pdf |
|
| 56 | 56 | |
| 57 | 57 | ###Get just the report |
| 58 | 58 |