Select to view content in your preferred language

Feature Class table reporting - value occurrence reporting

78
1
yesterday
cmartin_puc
New Contributor

anyone know of a simple way to report the following on an attribute table?

  • Field Names
    • List of values in the field
      • Number of occurrences of each value

Example:

  • Field Name: Phase Configuration
    • Yellow: 1764
    • Red: 851
    • Blue: 289

 

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

through model builder with a field iterator calling

Summary Statistics (Analysis)—ArcGIS Pro | Documentation with the "count" option

obviously, only for fields of Text type

Iterate Fields (ModelBuilder)—ArcGIS Pro | Documentation

Or if you want other statistics for interval/ratio data type fields, you could accommodate that as well


... sort of retired...
0 Kudos