Hi there, I am wondering if there is a way to obtain ZIP code fractions that are captured by a radius. I know that you can export all the ZIP codes touched by a radius. But I need the fraction of the ZIP that is actually inside the radius. Essentially, given a radius, I am looking for an output like: Code:
ZIP Fraction in Radius
------------- -------------
12345 78%
23456 92%
...
Thanks a lot. Pete