I have a statistical Data Collection I created by Block Group and when I try to run the Performance Index, it gives me errors. Does any body know why it is doing this?
Does your data have any table joins/relates associated to it? Are you able to export the the data and then run the performance index on the export?
Is any of your data blank or null/empty strings/numbers stored as text?
If you have FIPS codes in the data, check what datatype they have been stored under. You may need to make a new field and calculate that field to read the FIPS codes in a different format.
Is your data in a projected coordinate system? I would use Project to place the data if it is not already.
I got it figured out. It was the null values, once I changed those to zero's it worked just fine. Thank you!