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!

Set Value popup LOV clears display value

Nick LeblancJun 28 2020 — edited Jun 28 2020

Dear,

I have seen few posts about issues with new popup lov which seem similar but didnt find any good solution on the forum to this quite basic issue

I have a Popup LOV item (no selection of multiple values, no manual entry) with a static list of values having different display and return value

When I'm using "Set Value" in a Dynamic Action, it sets the return value (that's fine) but the display value gets empty => it is probably a bug ?!

Only workaround which i found is to use a javascript  $('#P_ITEM').val('the display value') but this requires me to "translate" the return value into the display value in that javascript, which is not practical nor elegant (as basically that lookup list is defined in the 'list of value' item itself)

Is there any solution to that ?

Txs and br

This post has been answered by fac586 on Jun 28 2020
Jump to Answer
Comments
Post Details
Added on Jun 28 2020
2 comments
3,053 views