I am aggregating features into clusters in a web map in my ArcGIS Online subscription, owing to the large number of features I have in my layer. I've enabled Cluster pop-ups that display the number of features in the cluster (using the cluster_count variable). This is what my expression looks like:
This cluster represents {cluster_count} crimes.
I've also added a Cluster field named: 'Number of features' which is nothing byt the cluster_count and am using it as the label field to be displayed on the cluster pointer.
My expression shows the correct number of features in the cluster in my pop-up. Hoewever upon clicking the 'Browse features' option, the number of features shown there is one over the actual number of features in my cluster.
For instance, consider this cluster that has 118 features in it (the expression in my popup shows '...118 crimes', and so does the Cluster label):
However if you look at the list of features selected, it shows 1 of 119. Upon clicking the Browse features option, I see the same behavior (where I see Total: 119, and Cluster summary listed as a feature):
This is, in a way, antithetical to the principle of clustering, whereby the tool is introducing the cluster as a new feature, and misreporting the number of features in the cluster. While I understand that the cluster is a feature plotted on the web map, the summary should not count it as one.
Could someone help me with addressing this issue, if you have experienced a similar behavior? If there is an open bug already out there, it would be of immense help if someone from the Community could point me to the same. I will have to reach out to Esri Support as a last resort, if there is no discussion around this up until now.
Thank you for your time and attention to this post!
This is as designed. If you go to the list view and click on a feature popup how would you expect to get back to the cluster summary popup? If we didn't report that summary in the list then the count of the list of popups for that cluster would not be accurate and leaving the cluster summary would mean to get back you would have to click on the cluster again.
Thank you for the clarification, @RussRoberts.