Solved

sum


Badge

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?

icon

Best answer by nielsgerrits 3 July 2019, 14:37

View original

3 replies

Userlevel 6
Badge +33

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.

sum2018.fmwt

Badge

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.

sum2018.fmwt

Hi,

which expression do I need to use in AttributeCreator?

 

Userlevel 6
Badge +33

Hi,

which expression do I need to use in AttributeCreator?

 

Just drag or doubleclick the attributes.

Reply