A : ad hoc parameter

ad hoc parameter

A parameter associated with a database column that passes an expression to dynamically extend the query’s WHERE clause. An ad hoc parameter uses Query by Example (QBE) syntax to restrict the number of rows returned from the data source to the report. The tools that support ad hoc parameters are BIRT Spreadsheet Deployment Kit, BIRT Spreadsheet Designer, e.Report Designer Professional, Information Console, and Management Console. For example, in Figure G-3, the QBE value, >100, translates to the following SQL (Structured Query Language) expression:

WHERE PURCHASEVOLUME >100

Figure G-3  Ad hoc parameters showing QBE syntax
Related terms

Actuate BIRT Spreadsheet Deployment Kit, Actuate BIRT Spreadsheet Designer, Actuate e.Report Designer Professional, column, database, data source, expression, Information Console, Management Console, parameter, query, Query by Example (QBE), report, row, SQL (Structured Query Language), syntax, value

Contrast with

static parameter


(c) Copyright Actuate Corporation 2011