A List of Values (LOV) parameter provides the controlled runtime selection required in this scenario. In Oracle Analytics Publisher, a developer first defines a List of Values, which can contain either fixed values or values returned dynamically by a SQL query. The developer then creates a Menu parameter and associates that parameter with the LOV.
For a Department prompt, the LOV might return Department Name as the user-facing label and Department ID as the value passed into the report query. The selected value can then be referenced through a bind variable, allowing the underlying data set to retrieve only data corresponding to the user's department selection.
Oracle Publisher parameters support interaction with report data at runtime, while Menu parameters specifically present predefined lists. This provides controlled input and prevents users from entering arbitrary department identifiers.
Bursting is concerned with splitting and distributing report output. Translation functionality localizes report content. Layout Editor controls report presentation rather than query parameters.
Therefore, the feature that satisfies a predefined department selection before query execution is the List of Values parameter mechanism , making D correct.
Reference Topic: Exploring and Creating Reports and Data Models — Parameters and Lists of Values
===============
Submit