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!

Using javascript in dynamic content

NodjusMar 26 2019 — edited Apr 3 2019

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

This post has been answered by Jaydipsinh Raulji on Mar 26 2019
Jump to Answer
Comments
Post Details
Added on Mar 26 2019
4 comments
935 views