execute report page
Submits a run report job request.
When executing a report job or query, a Cancel button appears after a specified wait time passes. You can change the time by setting the EXECUTE_REPORT_WAIT_TIME configuration parameter in the appropriate iPortal configuration file.
For reports that accept run-time parameters, you can set the parameter in the URL by adding an ampersand (&), the parameter name, and an equal(=) sign, followed by the parameter value in quotes.
Name
<context root>\executereport.doParameters
Table 11-7 describes the parameters for the execute report page. The execute report page also uses the common URI parameters.
Table 11-7 Execute Report URI parameters _ _ageDays Use with _ _ageHours to determine how long output objects exist before they are automatically deleted. Use only if _ _archivePolicy is set to Age. _ _ageDays can be any positive number. _ _ageHours Use with _ _ageDays to determine how long output objects exist before they are automatically deleted. Use only if _ _archivePolicy is set to Age. _ _ageHours can be any positive number. _ _executableName Controls whether the browser is redirected to the parameter screen or whether the report job is run immediately. If True, the report job is executed without displaying the parameters. If False, the parameters are displayed. False is the default. _ _outputDocName The name and path of the resulting BIRT document. This parameter is only usable for BIRT Reports when the BIT_SAVE_REPORT_DOCUMENT_ENABLED parameter is set to TRUE in web.xml.If the given path is absolute, then executereport saves the report to that path. If the given path is relative, then executereport saves the report to the path set in the BIT_SAVE_REPORT_DOCUMENT_PATH web.xml parameter. _ _priority Specifies the job submission priority. Values are High, Medium, and Low. _ _priorityValue Specifies a number ranging from 1 to 1000 and corresponding to the job submission priority. You can only specify values allowed by your functionality level. _ _progressive Indicates whether to display the report document after it generates. If False, the report document displays after it generates. If True, the report document displays progressively, as it generates. _ _serverURL Contains the URI that accesses the JSP engine, such as http://Services:8900. _ _wait If "wait", iPortal waits for the report generation to be completed before displaying it. If "nowait", iPortal displays the first page right away even if the report job is not completed.For example, the following URL executes the Sales By Territory.rptdesign report immediately with the Territory run-time parameter set to EMEA:
http://localhost:8080/ActuateJavaComponent/executereport.do?
__requesttype=immediate&__executableName=/Public
/BIRT%20and%20BIRT%20Report%20Studio%20Examples
/Sales%20by%20Territory.rptdesign&userid=anonymous&
__saveOutput=false&Territory=%22EMEA%22&invokeSubmit=TrueThe following parameter names are reserved for internal use only by the execute report page:
n
n
nUsed by