Skip to main content
Question

I have created a list for points inside an area having different names and I would like to count the number of points for each name from that list. Any idea how this can be achieved?

  • December 6, 2017
  • 1 reply
  • 7 views

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

francis_m
Contributor
Forum|alt.badge.img+8
  • Contributor
  • 35 replies
  • December 6, 2017

Use ListElementCounter to count the number of element in a list.

Use ListHistrogrammer to count the number of element having the same value in a list.