FAQ/Questions/Query-String-Keys-for-rs-dot-aspx.md
... ...
@@ -0,0 +1,23 @@
1
+**Query String Keys for rs.aspx**
2
+
3
+This is the current list of useful rs.aspx query string keys:
4
+
5
+**rn=[reportName]**
6
+This is the name specified for the report (e.g. a report named Cost Analysis would be accessed with rs.aspx?rn=Cost+Analysis)
7
+
8
+**output=[ExportFormat], export=[ExportFormat]**
9
+This will generate the desired export of the tabular data in the report (e.g. rs.aspx?rn=Cost+Analysis&output=pdf)
10
+
11
+**run_scheduled_reports=[Minutes]**
12
+Schedules a report to run in the Windows Scheduler after a certain period of time
13
+
14
+**reportonly=[0 or 1]**
15
+Specifies whether the returned report will contain styling and scripts (0 indicates no styling or scripts are to be used)
16
+
17
+**clear=[0 or 1]**
18
+Clears the cache
19
+
20
+**pxvalue=[value]**
21
+These are directly related to the filters used in the report and range from 1 to the number of filters used in the report where x is the number of the filter. The value indicates what default value the filter should have. (e.g. a report that filters on country, company, and product could have p1value=usa&p2value=general+mills&p3value=lucky+charms)
22
+
23
+*Note: At this time, Izenda supports at most 5 query string parameters*
... ...
\ No newline at end of file
Query-String-Keys-for-rs-dot-aspx.md
... ...
@@ -1,23 +0,0 @@
1
-**Query String Keys for rs.aspx**
2
-
3
-This is the current list of useful rs.aspx query string keys:
4
-
5
-**rn=[reportName]**
6
-This is the name specified for the report (e.g. a report named Cost Analysis would be accessed with rs.aspx?rn=Cost+Analysis)
7
-
8
-**output=[ExportFormat], export=[ExportFormat]**
9
-This will generate the desired export of the tabular data in the report (e.g. rs.aspx?rn=Cost+Analysis&output=pdf)
10
-
11
-**run_scheduled_reports=[Minutes]**
12
-Schedules a report to run in the Windows Scheduler after a certain period of time
13
-
14
-**reportonly=[0 or 1]**
15
-Specifies whether the returned report will contain styling and scripts (0 indicates no styling or scripts are to be used)
16
-
17
-**clear=[0 or 1]**
18
-Clears the cache
19
-
20
-**pxvalue=[value]**
21
-These are directly related to the filters used in the report and range from 1 to the number of filters used in the report where x is the number of the filter. The value indicates what default value the filter should have. (e.g. a report that filters on country, company, and product could have p1value=usa&p2value=general+mills&p3value=lucky+charms)
22
-
23
-*Note: At this time, Izenda supports at most 5 query string parameters*
... ...
\ No newline at end of file