I used the code below to find out which neighborhood each Census block group is within. I now want to find out the total internet subscriptions for each neighborhood. I'm don't know the correct terminology to search for how to do this.
Xander Bakker any help would be appreciated.
var pnt= Centroid(Geometry($feature))
var neighborhood = FeatureSetByName($map,"Shreveport_Neighborhoods",["NAME"])
var fsIntersectHood = Intersects(neighborhood, pnt)
var fneighborhood = first(fsIntersectHood)
if (fneighborhood == null) return ""
return fneighborhood.NAME<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>