Hi folks,
I could use some guidance on writing an arcade script for field calculator.
Here's what I would like to do:
I'm working within one feature layer.
I'd like to write a script that:
1. identifies polygons that share a common numeric identifier (FID),
2. sum numeric values from another attribute (value) from all polygons that share the common FID value , and
3. populate the sum in a new field (total_value)
Can anyone help me get started? Thank you!