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!

using multiple select list in classic report

Frank LehmannDec 8 2023

Hi,

i am in need of a multiple select list in a classic report, which store all selected values to the database.
I have test this, but this stores only the first value, not all selected values.

select
apex_item.select_list_from_lov(p_idx=>2,p_value=>p.wert,p_attributes=>'class="multi_selectlist apex-item-select apex-item-select--multiple" multiple="multiple"',p_lov=>'MITLOV)

from dual p

PL/SQL on Submit:

Update table

set wert=apex_application.g_f02(1)

where field='xyz';

Comments
Post Details
Added on Dec 8 2023
5 comments
624 views