FAQ/Questions/Query-String-Keys-for-rs.aspx.md
... ...
@@ -16,6 +16,17 @@ This is the name specified for the report (e.g. a report named Cost Analysis wou
16 16
**output=[ExportFormat], export=[ExportFormat]**
17 17
This will generate the desired export of the tabular data in the report (e.g. rs.aspx?rn=Cost+Analysis&output=pdf)
18 18
19
+Here are the types you can request.
20
+
21
+| File Type | Expected Identifier |
22
+|----------|-------------|
23
+| PDF | pdf |
24
+| CSV | csv |
25
+| Word | doc |
26
+| Excel | xls |
27
+| JSON | json |
28
+| XML | xml |
29
+
19 30
**run_scheduled_reports=[Minutes]**
20 31
Adds the report to the [[Izenda Scheduler|http://wiki.izenda.us/FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler]] to be run after the designated period of time (e.g. rs.aspx?rn=Cost+Analysis&run_scheduled_reports=30)
21 32
... ...
@@ -43,4 +54,10 @@ Possible Values
43 54
* getcrstables - returns a list of the current report set's table names
44 55
* getpivotguidata - returns the current report set's pivot data along with field names applicable to the current report set and all possible values for pivoting
45 56
46
-*Note: At this time, Izenda supports at most 5 query string parameters*
... ...
\ No newline at end of file
0
+*Note: At this time, Izenda supports at most 5 query string parameters*
1
+
2
+##Example
3
+
4
+Here is a sample of a query in action using some of the concepts described above.
5
+
6
+http://izenda.com/demo/rs.aspx?output=doc&rn=Accounting&p1value=Alfreds+Futterkiste
... ...
\ No newline at end of file