Combine queried data into one data table

Combine queried data into one data table

sam.stibbs
Enthusiast Enthusiast
311 Views
1 Reply
Message 1 of 2

Combine queried data into one data table

sam.stibbs
Enthusiast
Enthusiast

I have queried multiple shapefiles based on them falling inside a particular polygon and was wondering if there was a way of then combining all the results into one data table that can then be exported?

 

Is this possible at all?

0 Likes
312 Views
1 Reply
Reply (1)
Message 2 of 2

parkr4st
Advisor
Advisor

saving the queried data to a .sdf file will put all the attributes into on data table

 

Using MAPGISOVERLAY  Intersection will also produce a .sdf file with the data table for the result of the intersection

 

selecting the desired parcels and going to the data table and Options  Export  to a .csv file will put the data for the selected parcels in the .csv file

 

And saving the result to a .layer file will allow placing the data into a map and only the parcels in the selection will be in the data table

 

dave

0 Likes