Howdy!
I have a feature layer that has a field 'site'. For any one site, there are multiple surveys. For example, Houston, Detroit, Pittsburgh PA. Houston has 10 surveys, Detroit 17, Pittsburgh 13.
I'm trying to add a list of the sites (this itself works ok) along with the survey count for the site (not working). E.g.
Houston - 10
Detroit - 17
Pittsburgh - 13
I've tried various methods to add the count in Arcade and the regular default editor - Count($datapoint.objectid), Count($datapoint.site), Count($datapoint["objectid"]), etc., with no luck. I'd think this would be simple, but maybe I'm the simple one.
Using ArcGIS Enterprise, whatever version is just before 11.
Thanks!