Skip to main content
Solved

Calcuating Multiple attributes using Expression Evaluator

  • December 16, 2019
  • 1 reply
  • 237 views

Hi there,

I am new to FME, so please accept my apology if my question sounds too simple or stupid. I want to calculate two new attributes. Both attributes have different calculations. I am using Expression Evaluator. I can only calculate one attribute. For another attribute, I couldn't find any option to calculate another attribute. Am I supposed to use a new expression evaluator for another attribute? or is there any other way to calculate the new attribute?

 

Best answer by david_r

Yes, either use a separate ExpressionEvaluator for each attribute calculating, or use something like an AttributeCreator / AttributeManager and embed the expressions there using the arithmetic editor:

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • December 16, 2019

Yes, either use a separate ExpressionEvaluator for each attribute calculating, or use something like an AttributeCreator / AttributeManager and embed the expressions there using the arithmetic editor: