hope you can help me with this one:
i try to build a computed field with an if-statement.
"Value1" + IF("Value2" < 0;"Value2";0) + IF("Value3" > 0;"Value3";0)
This is the kind f thing i want to do.
okay, i worked out that the "case when then" thing workes fine here, no more problem with it
kind regards






MultiQuote