Question

Apply Statistics Calculator summary to all features

  • 6 May 2021
  • 1 reply
  • 34 views

Badge

I have two groups of features, we will call them Group A and Group B. I'm processing them separately and then summing up Group A attributes using statistics calculator which I then need to use to calculate values for Group B features. Is there a way to force the .sum or .max value to features not a part of the original calculation?


1 reply

Userlevel 5
Badge +29

An approach i'd consider (and others may suggest alternatives) is to use a test to split your two groups (assuming you'll always have two groups). Then calculate the sum and max for Group A. then using a attribute keeper only keep those two values. Pass that into a feature merger (supplier) and merge with group b (requestor) using 1=1

Screenshot 2021-05-07 082034

Reply