DB oracle: 11g APex 4.2.6.00.03
I Have a Select list with page names displayed and page number as the value. so for example
displayed: reports/ value: 15
displayed: Config/ value: 18
displayed: home/ value: 1
I also have a Dynamic action which sets the page number from the select list. Once a button is press and also placed in Page items to submit
SELECT page FROM getPage
where Var = :P10_Page
How do I do a page redirect from the page number from above. Im stumpped.
Many thanks