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!

Any solution to store value of POPUP LOV (shows displays value) used in tabular form

ChaitaliApr 1 2021

I have a tabular form in my application. One of the columns in it is select list.
However, the records in select list is too high and so the solution for this is to use POPUP LOV
There are two types of POPUP LOV(shows displays value) and POPUP LOV (shows returns value). POPUP LOV(shows displays value) works well to display however it does not stores the value as I guess it only shows displays value and does not contain return value in it.
When I use POPUP LOV (shows returns value) works well to store the value in database. But it shows return value which is numeric value in my case.
How can I make all these work? Please help me.

Comments
Post Details
Added on Apr 1 2021
7 comments
2,662 views