ArcGIS Pro 2.6.8, Oracle 18c 10.7.1 EGDB:
I have a ROADS line FC joined to a standalone WARD table. I've selected rows where the ward number is null using Select By Attributes.
I've saved the map as a .mapx map file: https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/save-a-map-file.htm
When I open the map file in a new ArcGIS Pro session, the selection has been preserved.
Question:
How was the selection stored in the map file?
- Is the selection a static list of OBJECTIDs?
- Or did a dynamic SQL expression from Select By Attributes get saved? WARD IS NULL
- Or something else?
Thanks.