Question

Calculate parameterised value for all records into a field ?

  • 13 November 2019
  • 1 reply
  • 0 views

Badge

I'm sure the transformer is somewhere, but I simply cannot find a transformer that would accept

  • stream of features with attributes
  • value to calculate

..and it would calculate this value into the designated field.

 

 

Example: I have a statistic calculator that I need a _max value from. I want to feed this value to all the records in the stream into a field _max. I will then use the counter to assign the ids.

How can I achieve that?

Thank you

 

 


1 reply

Userlevel 1
Badge +10

"I have a statistic calculator that I need a _max value from. I want to feed this value to all the records in the stream into a field _max. I will then use the counter to assign the ids."

Can you just not use the complete output port from the statistics calculator?

Reply