Dear Friends
using Oracle Apex 21.1.1 and want to have multi-column LOV and return multiple values in columns separately like this will return product_code and Product_name values in my page items Product_Code and Product_name separately.
When we where creating the forms in Form & Reports 12c , we used to create the LOV for example for product master where we where selecting Product_code & product_name and gettting mapped with the fields , when the user use to click on Product code LOV gets popup and once he select the product code automatically product_name is getting update in product_name field .
In Oracle Apex , how we can update 2 fields with a single LOV.
Sanjay