Skip to main content
Solved

Count number of values (by domain type) of an attribute

  • November 2, 2015
  • 2 replies
  • 44 views

apence231
Contributor
Forum|alt.badge.img+10
I have a shapefile that has a field in the attribute table called "QA_TYPE" with the domains of:

 

IN EDIT

 

ENVRIO REVIEW

 

COMPLETED

 

GIS REVIEW

 

 

I'm trying to find a way to count how many feature are in each stage of review. For instance, If I have 8 features that are 'IN EDIT' and 12 that are 'COMPLETED' i want to write a text file that looks like:

 

 

IN EDIT: 8

 

COMPLETED: 12

 

 

Thanks!

Best answer by sigtill

Use the StatisticsCalculator and GROUP BY "QA_TYPE" @apence23
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.

2 replies

sigtill
Supporter
Forum|alt.badge.img+25
  • Supporter
  • Best Answer
  • November 2, 2015
Use the StatisticsCalculator and GROUP BY "QA_TYPE" @apence23

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • November 3, 2015
Aggregator, Listbuilder, Statistciscalculator.

 

Group by qa-type.