How can I present the user with a dynamically populated dropdown list of values for a parameter, for a particular report, at the time he draws the report?
Example: When the user wants to draw my report "Release Status", he is presented with a list of releases that are in the project at that time .
(If I cant do this, Ill have to prepare and maintain one report for every Release in the project, which changes over time. Ill then have to copy both the SQL and the post processing into every report).