Hello, I have been tasked to analyze our work order data so that we can identify trends. I have a gdb that includes shapefiles for all facilities and a xlsx that has all work orders for the last year with a column for facility number (with many work orders per facility).
How do I join/relate this table to the shapefile such that I can do hotspot analysis/work orders by type/work orders by priority etc?
Thanks!