Skip to main content

Hey, I want to calculate values from 2 columns and get the results into a new column. Its only a multiplication: values of column a * values of column b = values in new column. Does anyone know how i could do this?

In the ExpressionEvaluator or through "Open Arithmetic Editor" in the AttributeCreator/AttributeManager you would put

@Value(col_a) * @Value(col_b)


In the ExpressionEvaluator or through "Open Arithmetic Editor" in the AttributeCreator/AttributeManager you would put

@Value(col_a) * @Value(col_b)

Thank you!


Reply