Passing value from select list to another page
902417Nov 28 2011 — edited Nov 28 2011I am new to oracle apex. I have a requirement to select a value from select list and on selection of a value, the selected value is passed to another (report) page where the value is used in the where clause of the report. (where lob_name = value selected in select list).
There is no button on the first page, simply select a value from select list and pass it to another page. I need to implement it in 3.2 as well as 4.1 version.
How do i implement this?
Edited by: 899414 on Nov 28, 2011 12:22 AM