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