Skip to main content
Solved

How can I calculate simple multiplications of 2 attributes and create a new column with the results?


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?

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)

View original
Did this help you find an answer to your question?

2 replies

jdh
Contributor
Forum|alt.badge.img+28
  • Contributor
  • Best Answer
  • March 2, 2020

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

@Value(col_a) * @Value(col_b)


  • Author
  • March 4, 2020
jdh wrote:

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

@Value(col_a) * @Value(col_b)

Thank you!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings