Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter LOV in Reports 6.0

Status
Not open for further replies.
Mar 2, 2001
10
DO
can a parameter LOV reference a previous parameter? If not how can i do something like this?

select desc
from table
where cod = :x

where x is a previous parameter.
 
Imagine this situation:
You have a parameter form which asks you for an employee code, then it asks you for a date. The date depends on the code previously entered. The list of values for the date field should be something like this :

select mydate
from mytable
where code = :empCode

How can I accomplish this?
 
You may develop a simple form in Forms and call your report from it. Parameter LOV does not accept bind variables
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top