Calculated Column in Table
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.