I am trying to show totals of different attributes for some tree data. For example, count of total tree sites, count of empty tree sites, and count of tree sites with trees.
If I connect to the default view of the data and then choose COUNT({OBJECTID}), it will display the total number of features.
calculating against default
works fine
But when I create a view and then try to do the same calculation looking at the view, it just shows the formula COUNT({OBJECTID}).
calculating against a view
Error when calculating the count on a view