Skip to Main Content

Java Development Tools

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!

Calculated Column in Table

user645621Aug 3 2010 — edited Aug 3 2010
Hi All,

I am trying to add a calculated column in a table - line amount. The calculation is based on 2 inputtext components within the table (unit price and quantity). I have followed the steps detailed in 6.10 and 26.8 in the ADF developers guide for forms/4gl developers, and have managed to get the calculation working in some part. The first row of the table the calculation works fine even when I change the unit price or quantity. However any other rows the calculated value is always the value for the first row, even when I change the unit price or quantity values.

I am doing this in Jdev 10.1.3.5, so I can't use groovy expressions to do this (I believe).

Any ideas or suggestion would be most appreciated, as I am a newbie to the ADF world. Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2010
Added on Aug 3 2010
2 comments
1,091 views