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!

Return value in list manager

834754Feb 15 2011 — edited Feb 15 2011
Hi all

I have a list manager that should show only the NAME field from a table, but when I process the page, I want to use the NAMEID field from the same table to run some functions over it.

But the list manager only let me show 1 column, and if I choose to show the NAMEID, I can process the function (the way I want), but if I show the NAME column, I cannot process the function because I need the NAMEID to do it.

I want to show in list manager the NAME column, but sends to the fuction the NAMEID column. I tried SELECT NAMEID return_value, NAME display_value but it did not work.

Any ideas how to do it?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2011
Added on Feb 15 2011
9 comments
1,430 views