FME 2022 Build22153: Calculating the value of an attribute fails,
In the screenshot below, I wanted to calculate the “BuildingPercent” attribute field by dividing “BuildingArea” field on “BoundaryArea” field but appears not to work. It doesn’t perform the calculation.
What could be the issue here?
The data and the workbench are attached
Best answer by geomancer
Hi @jamal - The AttributeCreator needs to know you are wanting to do a calculation with those fields, so you need to wrap it with @Evaluate()
So, for your example, the attribute value needs to be:
Or use the Arithmetic Editor for calculations (instead of the Text Editor), this will add the @Evaluate automatically.
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.