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!

Referencing the display value of a select list?

666835Oct 22 2009 — edited Oct 22 2009
I've got a tabular form with a non editable column (display as text, saves state).
When I "add row" I'd like this column not to be empty but instead have a set value.

I set this using

default type: Item (application or page item name)
default value: XXXX

the default value is the problem. This value is (or should be) decided by a selectlist. The problem is that the value I want to put there is the display value of the selectlist, not the return value.

If i just put the name of the selectlist P66_SELECTLIST as the default value, I get the return value...

Is there a way to access the displayvalue of the selectlist instead?

Thanks

Andreas
This post has been answered by Hari_639 on Oct 22 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2009
Added on Oct 22 2009
17 comments
1,793 views