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!

How to get and use extra values from select list

Paul (MITsa)Apr 26 2024 — edited Apr 26 2024

APEX 23.2.3 (cloud based)

Hi

I new to APEX (coming from Oracle ADF) and I have a question concerning how to use list of values.

We have a list of values which has 3 values, Nr, Designation, Nr_Days.
The Nr joins the table to the list, Designation is displayed on screen.

In an interactive grid we have 3 columns Start Date, the list of values, Due Date
When the user creates a new row the start date is initialised with the current date.

What we want to do is that when the user selects a value from the list of values we get the Nr_Days from the list, add it to the start_date and use this value to set the Due Date column.

How is this done in oracle apex ?

TIA
Paul

Comments
Post Details
Added on Apr 26 2024
2 comments
469 views