Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create a report based on selected item from Select list?

SKarroumJan 22 2014 — edited Jan 24 2014

Hi,

I have created a tables_LOV based on:

select table_name d, table_name r from user_tab_cols

where column_name like '%_type%'

Then I created a page item ListOfTables,  Display as select list and pointing to tables_LOV.

I run the page, and i can select the table i want from the drop down list.

How to create a report  based on the selected item? (ex: select * from selected_table)

many thanks in advance

Salah

This post has been answered by vincent_deelen on Jan 24 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2014
Added on Jan 22 2014
7 comments
1,014 views