This section lists objects for for use in analytical dashboards and Flash-based visualizations.
If a report has embedded query binding, the parameters used by the queries are accessible as properties in a 'parameter' object. Each parameter is a property in the 'parameter' object and can be accessed using regular JavaScript object property notation.
text = "Customer list for " + parameter.state;
The parameter values can be modified by onLoad Handler script. The modifications made in an onLoad script will be used when the queries are executed. Modifications made in all other scripts are not effective in queries.
A report is created with optional replet request parameters. The parameters may be defined when a replet is registered with a server, or interactively entered by end users when the report is created. The request parameters can be accessed inside a script like the query parameters. The length of request parameters is given by request.length.