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!

List Manager - how to show display value?

Steve.1234555-OracleJan 9 2017 — edited Jan 10 2017

I'm using a List Manager to display selectable values from a table.  The popup where you select a specific item shows the display value (d), however once I select it and add it to my list it shows the return value (r).  Here's the query I'm using:

select NAME d, ID r

from MY_TABLE

How do I get the display value to appear in the page item listing?

FYI I wasn't able to find an APEX docs page detailing the List Manager; all I can find is high level info on it.  Does one exist?  I think I may need to change the settings on the Source tab, but some guidance would be helpful.

Thanks,

Steve

P.S.  I'm using APEX 5.0

This post has been answered by fac586 on Jan 9 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 7 2017
Added on Jan 9 2017
2 comments
2,548 views