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?

  • 6 December 2017
  • 1 reply
  • 0 views


1 reply

Badge +1

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.

Reply