Count
Last updated
Was this helpful?
Last updated
Was this helpful?
See also
=~COUNTA!~(‹range›) (counts all values in the array) OR =~COUNT!~(‹range›) (counts numbers in the range only)
~COUNT!~(‹field›)
Use the Summarize Tool (in the Transform palette):
(group by field, count by measure).
‹array›.~count!~ (counts all items in the array) OR ‹array›.~cnt!~ (counts numbers in the array only)
~COUNT!~(‹field›)
~len!~(‹array›)