I have output some shapefiles with counts from an amalgamation of some points and some polygons.
For example: I have produced a shapefile with the number of house fires in each county for all the UK.
All is good.
But what I want to do is now, is produce a rate, based on population in each county.
So for example: I want the rate of House Fires (HF) per county per 1000 population.
Rate = (HF / Population) * 1000
Both Expression evaluator and Attribute Creator are producing 0(zeros), this is frustrating.
Please help?