Bug ID Number |
BUG-000157875 |
Submitted | April 27, 2023 |
Last Modified | June 2, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.1.1 |
Operating System | Windows OS |
Operating System Version | N/A |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
This is not reproducible in ArcGIS Pro 3.2. Please contact Esri Support if this still occurs.
Steps that are tested:
1. Copy the mobleGDB locally and add the lines layer to a map.
2. In the Catalog pane, right-click the mobleGDB > New > Click View.
3. In the Geoprocessing pane, name the view 'myView' and use the following query:
Select OBJECTID, case when type='NT' then 1 end as a flag from Lines.
4. Join both layers using the ObjectID field.
5. Examine the join layer and reorder the fields.
6. Remove the join, and note that the join name is correct. Select the join name and run.
Note: Everything is working.
If the steps are incorrect, please resend.
Workaround
From the Joins menu, choose to remove all joins, or select the Main.viewname join in the Remove Join tool.
Steps to Reproduce