Hi, I have a Shapefile that consists of 52 Districts. Using this Shapefile, I created a new custom polygon provider called "Fish Wildlife Enf Districts", using DISTRICT as the ID Column. The map above was created as follows: So far, so good! I have a data file called "VW_ENFORCEMENT_ACTIONS" that has a column called DISTRICT CODE. It has 60 unique District Codes because it includes historical data, and 8 of the districts have since been incorporated into other districts. As best as I can tell, the DISTRICT CODE values in this file match the DISTRICT values in my map; for example, I have values of "00036" in both. So I would expect that 52 out of 60 would "map" (87%). However, when I try to create a Geography Item using DISTRICT CODE as below, I get 0% mapped. What am I doing wrong? is it because the DISTRICT and DISTRICT CODE are not formatted exactly the same way? Thanks!
... View more