Hi All,
I am working an arcade expression for label the numbers of permits open by neighborhood. Each permit is assign to each parcel within the Neighborhood. The parcel Identification number is a "text" data type and a duplicate parcel identification in the attribute table means that there are more than one permit open on the property. I wrote this expression, but it does not work how it is expected. Using the counts function, I got number “1”for each permit in each parcel, but I cannot sum the counts. I want to display the total number of permit per neighborhood.
Could you please review it and let me know how will be the right expression. Any advice? thank you!
SUM(count([$feature.PARID]))