Hi,
Have across a situation as under. Does datawindow provide a way?
Have a transaction table as under. While data entry, values F and G under column Spec must be computed as per the given formula. The challenge is that the items in column Spec are dynamic and it comes from a master table. How do i maintain the formula? Is there any datawindow technique can apply here?
Spec | formula | Value |
A | NA | 6.33 |
B | NA | 5.33 |
C | NA | 3 |
D | NA | 7.16 |
E | NA | 3 |
F | A-B-C | -2 |
G | E-(D*2) | -11.32 |
Thanks