Hello,
I have a feature class with polygons that can overlap in some cases. I'd like to merge the intersecting polygons into one geometry (but not all the geometries into one) and then sum a field of these merging geometries.


I've tried using the “Pairwise Dissolve” tool, which does a good job of merging my geometries, but in terms of statistical calculation, the sum is based on the entire feature class and not just the intersecting geometries. Is there a way to do this?
Thanks