|
Andrew, there is a function called
proportionoverlap that will do this for you. You will use the SQL Select
statement. this will be a new column and you list it in the Select
Columns box. The syntax is "proportionoverlap(obj1,obj2)"
where obj1 is from the large region table and obj2 is your smaller region
table.
Select Columns - list the columns you want in
the final table along with your proportionoverlap(obj1,obj2) column
from Tables list your two tables
where condition 1st table.obj
intersects 2nd table.obj
you can also sort by using the 'order by column'
and the 'group by column'
This will return a area value for each small
region that intersects with the big region. I hope this helps.
Mike Hankins
Actuarial Services Analyst
Country Companies
|
Title: Updating column with areas from another table
- MI-L Updating column with areas from another table AYoung
- Mike Hankins
