How to show multiple columns with Popup Lov and return multiple value into Page Items in Oracle Apex

preview_player
Показать описание
#popup_lov #Oracledatabase #OracleApex #Sql #PLSql #javascript

In this video, I have explained how to show multiple columns with Popup Lov and return multiple values into Page Items in Oracle Apex 20.2 in detail.
----------------------Facebook Link-------------
-----------------------------Return Multiple Values into IG Report by Popup Lov------------------------
-----------------------------------------------------------------
// Javascript Codes
function(options) {

// set a minimum width for the dialog

// PRICE
price = columns.PRICE;

// Size Name
size_name = columns.SIZE_NAME;
return options;
}
Рекомендации по теме
Комментарии
Автор

Bhai,
We can’t easily listen your voice but click sound is so strong and so hot to listen very stark.
Please think about for next videos.

shofikulislam
Автор

Great Video... I have a questions ... How its change if the apex item are database column for example if the en user choose teh values and buttom save perform DML insert into database table?
for example if your field ID is a database column and the other field are database too? these method work as well?

jorgebernal
Автор

SkillBuilders Super LOV is not working in APEX 21.2 ..Is there any workaround (we have around 100 SkillBuilders lov and covert into popup lov is difficult) TIA

ravijillewar
Автор

Item ID - field is showing item name and, item name field also showing item name.

_Wish
Автор

I have a have a problem with ORACLE APEX, I created 7 interactive report pages, I can access 6 of them and the one the named ADMINS I can only view the table but when I try to edit it shows this error message:

Sorry, this page isn't available.
Error process request.
Contact your application administrator

And same thing for Administration page, it shows the same error message when I try to access it.

crazygamer