Bug ID Number |
BUG-000150273 |
Submitted | June 24, 2022 |
Last Modified | September 3, 2024 |
Applies to | ArcGIS Pro |
Version found | 3.0 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | In Review
The issue is being reviewed. The review process ensures that the issue contains all necessary information and is easy to understand, that it is not a duplicate of an existing issue, and that it is a valid bug or enhancement request. During this phase, it is possible that you are contacted for clarification or additional information.
|
Workaround
- Place the expression in subquery. For example:
OBJECTID IN
(SELECT
OBJECTID
FROM
INFRASTR.ACTIVE_TRANSPORTATION
where
sde.st_length(shape) > 400
)
- Use calculate geometry or calculate field to populate new fields with the values. Then, apply any further ST_Geometry functions on the fields instead of using the shape field.
Steps to Reproduce