How to apply ‘statistic_field’ to just one ‘dissolve_field’?
I have a feature class that I need to dissolve by PageName but also by earliest year in SERVED_YEAR. So, how to apply MIN to SERVED _YEAR only? What I want to achieve is to have one feature of BK16 with SERVED_YEAR = 2011 (and also BK15 with 2013 etc)
Dissolve_management (in_features, out_feature_class, {dissolve_field}, {statistics_fields}, {multi_part}, {unsplit_lines})