0
votes

I have a master detail form in Oracle APEX. The table has items: ID, NAME, PRICE, VAT, TOTAL_COST. Is there a possible way in Oracle APEX to make some items automatically filled up. For example, when user in form enter PRICE, the VAT and TOTAL_COST field automatically are calculated and displayed. Not after the user submit the form.

1

1 Answers

0
votes

Yes, create "Set value" dynamic action(s) on item(s) which is (are) changed.