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!

LOV item display return values (R) instead of display values (D)

Hi,

Under Oracle APEX 24.2.10 on page 17 of application 108, the item of a a table P17_MISSION is a LOV select. But instead of returning as display the dispaly value D, it shows the IDs of the MISSION :

The select values of this item is made with a sql request on this element :

select ap.id      as r, 
      p.titre_mission as D
 from ad_gestion_projet ap
 join ad_projet         p
   on ap.id = p.id;

But, if i try this select on the SQL commands, I get results :

I have tried many times with a LOV definition “Toutes les missions” with the same select. And tried also SQL resquest for the lov values of the item P17_MISSION but I get the same results.

Best regards.

This post has been answered by Gerrit van der Linden on Nov 25 2025
Jump to Answer
Comments
Post Details
Added 6 hours ago
3 comments
26 views