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?
Page 1 / 1
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