Hi Vincent - a State consists of several counties (example: The State of Texas in U.S.A. has a total of 254 counties). If you want to extract just the counties for a particular state then take a closer look at the attributes table and form a query accordingly. In the example below, I have extracted the counties that below to Texas (from feature class that contains all counties for U.S.A.). Let us know if that helps. "STATE_NAME" IN ( 'Texas')
The layer census boundaries contains the subcategories: block, block group, census tract, county subdivision. How do you create those subcategories?
Hi, if you have multiple layouts, is it possible to apply a different definition based on which layout is active?
Great video! Now can I get percentage change from queries?
Thank you, and thank you for watching! I'm not sure I follow what you mean by percentage change. Could you elaborate a little more?
how do i isolate a state from a county map using definition Query
Hi Vincent - a State consists of several counties (example: The State of Texas in U.S.A. has a total of 254 counties). If you want to extract just the counties for a particular state then take a closer look at the attributes table and form a query accordingly. In the example below, I have extracted the counties that below to Texas (from feature class that contains all counties for U.S.A.). Let us know if that helps.
"STATE_NAME" IN ( 'Texas')