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