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';