From: julio s. <jm...@ma...> - 2003-04-25 15:35:31
|
Hi! in a dbase, db2, like this: field0: link to a key on db1 field1: linked (it shows the result of a calculated field on db1) field2: (+ %1 5) <-- when i try something like this an error msg occurs - "bad argument for +" So: are there any way to make calculations with linked fields as arguments? something like (/ (+ %LinkedField1 %LinkedField2) 2)? thanks a lot, Julio |