my problem is : on some rows, the value of attr1 is missing ; on these rows only, I'd like to fill this value with a formula, such as "if (attr2 > 10) then (attr2 - 10) else (attr3 / 2)".
can I do that without adding a new attribute to all rows and use the "multiple" operator?
TIA
greg