Apex 23.1
had a page item P176_PANEL_ID of type Read Only. in its property Settings →
Based On = Display Value of List of Values,
Send on Page Submit = True
from a Popup LOV i am setting its value but it is showing PANEL_ID instead of TITLE from its List of Values as per below Query
Type = SQL Query
SQL Query =
select pr.title d, pr.panel_id r
from panel_registration pr
where pr.is_active = 1
what i am doing wrong or missing? please help.
regards