HI,
I need to get a sum of attributes.
For Example:
Gew: 45
Priv: 388
I need to get : Result 433
Which transformer to use?
HI,
I need to get a sum of attributes.
For Example:
Gew: 45
Priv: 388
I need to get : Result 433
Which transformer to use?
Best answer by nielsgerrits
Presumed that the data is on one row / feature, you can use an ExpressionEvaluator.

Or AttributeCreator / AttributeManager, but then you need to select "Open Arithmetic Editor..." to force it from string.

