Select to view content in your preferred language

Field Calculate Most Recent Imagery Date for State Layer from Related Table of Flyover Events

362
1
04-04-2023 09:20 AM
SeanT
by
New Contributor III

I have a layer of US States with a field for most recent date (of imagery collection) that I would like to field calculate from a (one to many) table with the imagery collection events, and the table will be related by state name initials.

I am a novice in arcade and python, so neither is better for me, but the eventual end result will be a scheduled process to run this update occasionally on a hosted feature layer, so I feel arcade is the better solution.

I see many posts doing similar things with arcade, but I am struggling to put them into action for my specific need.

Thanks in advance.

0 Kudos
1 Reply
SeanT
by
New Contributor III

For anyone interested, I got the recommendation to use the summary statistics tool for the max date from my table, then joined it to my feature layer and field calculated that way. Not the best long-term solution but solved my immediate need.

0 Kudos