- i have a data which contain a code of area an value of area in shapefile, ex.:
area|value
1|33
1|43
1|31
2|12
2|43
3|66
3|76
the question is how to calculate total value per area with arcgis, i heve been tried with arcgis calculator and it doesnt work?
what i expect for result is
area|value|total
1|33|107
1|43|107
1|31|107
2|12|55
2|43|55
3|66|142
3|76|142