Hello;
I am new to APEX and is trying to create a dynamic action where I have 3 items
ITEMA, ITEMB and ITEMC. ITEMA has a predetermined value. As soon as an
amount is entered in ITEM B, The dynamic action will perform a calculation of ITEMA * ITEMB
and place the result in ITEMC. I tried a PL/SQL expression of ITEMA * ITEMB but no result came in ITEMC.
I was able to verify it by doing a static assignment a static value and it did appear in ITEMC. What am I doing wring?
Using APEX 5
Pleae help....
Thanks
Albert