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?
Solved
How can I calculate simple multiplications of 2 attributes and create a new column with the results?
Best answer by jdh
In the ExpressionEvaluator or through "Open Arithmetic Editor" in the AttributeCreator/AttributeManager you would put
@Value(col_a) * @Value(col_b)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.