ArcGIS Pro 3.2.2 , File Geodatabase
Hello all, Iʻm sure this worked on ArcMap but why is ArcGIS Pro not letting me? I basically am joining 2 tables via Building Number:
- Buildings Layer
- Subsystems Backlog standalone table
As you can see this is a One-to-Many relationship. My end goal is to create choropleth maps for each subsytem. My workflow in ArcMap was
- Set a Definition Query on the standalone table for 1 subsystem (Ex: Roofing Built-up)
- Join my Buildings layer with the filtered Standalone table
- Export the joined Buildings layer to a new Buildings_RoofingBuiltUp layer
- Repeat the process for each subsystem
- // to reduce latency I dont want these maps to be symbolized via live joins //
I am trying to do this process in ArcGIS Pro but when joining, it tells me that "The join table has a definition query which will be applied to the input after performing the join." This results in a blank map as my Buildings layer now has a definition query applied to it. Removing that definition query lets me see my Buildings again but it basically joins it to the first record in my standalone table for that building:

This is essentially the same results as:
- Join Buildings layer with Standalone table
- Set a Definition Query for the subsystem
But this will only join with the first record, and I wouldn't be able to export the view I need!
I need to be able to filter the standalone table BEFORE joining my Buildings layer. It seems ArcGIS Pro is not letting me do that. Am I stuck with having to create separate standalone tables for each subsystem??
Thanks,
JP