☰
Current Page
Main Menu
Home
Home
Editing Query-String-Keys-for-rs.aspx
Edit
Preview
H1
H2
H3
default
Set your preferred keybinding
default
vim
emacs
markdown
Set this page's format to
AsciiDoc
Creole
Markdown
MediaWiki
Org-mode
Plain Text
RDoc
Textile
Rendering unavailable for
BibTeX
Pod
reStructuredText
Help 1
Help 1
Help 1
Help 2
Help 3
Help 4
Help 5
Help 6
Help 7
Help 8
Autosaved text is available. Click the button to restore it.
Restore Text
#Query String Keys for rs.aspx [[_TOC_]] ##Question What are the different parameters I can pass to the rs.aspx page in the query string, and what do they do? ##Answer This is the current list of useful rs.aspx query string keys: **rn=[reportName]** This is the name specified for the report (e.g. a report named Cost Analysis would be accessed with rs.aspx?rn=Cost+Analysis) **output=[ExportFormat], export=[ExportFormat]** This will generate the desired export of the tabular data in the report (e.g. rs.aspx?rn=Cost+Analysis&output=pdf) Here are the types you can request. | File Type | Expected Identifier | |----------|-------------| | PDF | pdf | | CSV | csv | | Word | doc | | Excel | xls | | JSON | json | | XML | xml | **run_scheduled_reports=[Minutes]** Adds the report to the [[Izenda Scheduler|http://wiki.izenda.com/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) _**Note:** The Izenda Scheduler must be configured in order for this parameter to have any effect._ **reportonly=[0 or 1]** Specifies whether the returned report will contain styling and scripts (0 indicates no styling or scripts are to be used) **clear=[0 or 1]** Clears the cache **pxvalue=[value]** 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) **wscmd=[value]** This parameter takes any of the following string values and returns a JSON formatted object to the browser. This can help developers who wish to work with JSON objects to build customized application pages using Izenda. Possible Values * reportlistdata - returns a list of all the reports on file. * reportlistdatalite - similar to reportlistdata but returns less data. * fulldslist - returns a list of all data sources. * getconstraintslist - returns a list of the database constraints * getcrsparts - returns a list of the current report set's report parts * getcrstables - returns a list of the current report set's table names * 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 *Note: At this time, Izenda supports at most 5 query string parameters* ##Example Here is a sample of a query in action using some of the concepts described above. http://izenda.com/demo/rs.aspx?output=doc&rn=Accounting&p1value=Alfreds+Futterkiste
Uploading file...
Header
 **This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at [[https://www.izenda.com/docs/|https://www.izenda.com/docs/]]**
Sidebar
 --- * [[Izenda 7 Series Documentation|https://www.izenda.com/docs/]] * [[Release Notes]] * [[Upgrade Best Practices|FAQ/Izenda-Update-Best-Practices]] * [[FAQ]] * [[Tutorials]] * [[The Izenda API|/API/AdHocConfig]] * [[The AdHocSettings class|/API/AdHocSettings]] * [Developer Links and Guides](/Guides/Developer-Links-and-Guides) * [[Known Issues]] --- * <a href="http://www.izenda.com" rel="nofollow" target="_blank">Izenda Website</a> * [Product Video](https://www.youtube.com/watch?v=X3-yWFq0w5A) * <a href="http://www.izenda.com/blog" rel="nofollow" target="_blank">Izenda Blog</a> * <a href="http://www.izenda.com/company/" rel="nofollow" target="_blank">About Us</a> * <a href="http://www.izenda.com/contact-us/" rel="nofollow" target="_blank">Contact Us</a> --- * [Guide To Report Design](/Guides/ReportDesign) * [Making Custom Forms Video](http://www.youtube.com/watch?v=5b2axJlgdFs) --- * [[Acknowledgements]]
Edit message:
Cancel