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!

Select List Default Value On Page Load

1025192Aug 5 2013 — edited Aug 5 2013

Hello,

Basically I have a report that as part of it's source sql takes in an element from a select list.

E.G. SELECT * FROM table_name WHERE table_column = : P1_SELECTLIST

This works fine when the user selects an option from the select list however the first time the page runs it always returns data not found.

The options correctly appear in the select list as they should without any nulls although it seems the select list is still initializing as null.

I have been told to try and add a computation before the header on the select list item, although I'm not sure if this would work/how to do this.

Any suggestions?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2013
Added on Aug 5 2013
4 comments
4,539 views