Hello guys,
I try to use javascript in dynamic content but I'm facing a small problem that makes me feel bad.
Indeed, with the dynamic content pl/sql, I created an array of 3 columns (quantity, unit price, amount). On each line, when I enter a quantity and a unit price, the calculation of the amount (quantity * unit price) is done automatically through javascript. I also have a "TOTAL" field which should normally get the sum of all the amounts of each line dynamically(each time a new amount is calculated) without having to click on any button; that's my problem, I can not do it.
I ask for your help please. I put my workspace online for the demo I made :
Link : https://apex.oracle.com/pls/apex/f?p=4550:1:12615318266506:::::
Workspace : DEVAPP_WORKSPACE
User : demo
Password : demo1234
App : Application 68441 - DEMO PROJECT 1
Menu : Javascript In Dynamic Content
Thank you in advance