Hi, here is my issue:
I have a polygon layer representing the house lots of a city (layer name is ''Lots''). Each polygon contains fields regarding the owners (ex: phone number, name, email address, etc). I created a report from this layer with this information and everything works perfectly.
Now I would like to add a related report to summarize the trees and shrubs that are within each lot. This information if contained on another layer. To do so, I need to have add relate or create a relationship class. The problem is that it looks like I can't do a spatial relation. It seems like I need a common field to relate attributes.
Here is a picture of what I am trying to do.
Thank you so much for your time and help!
Solved! Go to Solution.
You can get the needed information in the following way:
There is a way to create a pdf report. Here is what I know.
The report is not formatted as shown in your example. If you need further help with formatting, I can ask an expert colleague to help you.
You can get the needed information in the following way:
There is a way to create a pdf report. Here is what I know.
The report is not formatted as shown in your example. If you need further help with formatting, I can ask an expert colleague to help you.
Hi Dan,
Thank you so much for your answer. That is almost what I need. I forgot to mention that my tree layer will be edited during all summer. Does that mean I will have to run Near tool and summary statistics on the tree points, using the Lots as the Near Features every time I add points to my tree layer?
Thank you !
You are welcome. It depends on what editing you will be doing. If you discovered additional trees and added them to your layer, or if some trees died and were deleted, then yes, you need to redo the process. If there will be no add/delete to the layer, then you don't need to redo the process; the statistics will remain unchanged.
Ok thank you. Do you think there would be a way to do it dynamically ? I guess I would need to write some python script?
If you don't need to generate the pdf report, then you can put the tools in the two-step process in a model or a script for repeating the process when you need. I am not sure if the pdf report part can be done in scripting. Let me know if you need that. I will find out.