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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can i choose multiple values from parameter LOV

Status
Not open for further replies.

jayuu22

Programmer
Jul 18, 2006
4
US
Hi,

I'm new to oracle reports..

my query is:
select vendor_id,vendor_name from po_vendors where
vendor_name =:p_vendor_name (Parameter)

i can select only one value of vendor name at run time.. but i want to select multiple values of vendor name...
how i can select multiple values at run time?

plz help me if there is solution for it..

Thanks

 
You can not select multiple values on the report's parameter form. To do this you have to build parameter form usin Oracle Forms.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top