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!

Apex 19.2 popup lov with multi-select cannot update selection based on DA BUG

ApexMeisterFeb 3 2020 — edited Feb 4 2020

I'm using apex 19.2 and universal theme.

I have a page with an item of popup lov with multiple values turn on.

Below is what my page looks like where I display the desc as the display column and the code as the return value.

pastedImage_1.png

I create a button with DA where I set the page item above with a simple pl/sql code of code1:code2: code3.

My issue is after the DA executes it displays the code instead of the description.

pastedImage_2.png

Below is what it looks like if I manually select from the popup LOV and the session state would be 25:1:33 which is the 1st 3 codes selected.

pastedImage_5.png

This post has been answered by Ashish Sahay on Feb 4 2020
Jump to Answer
Comments
Post Details
Added on Feb 3 2020
1 comment
2,268 views