In ArcGIS Online, the map preview does not display the impact of filters that contain an escape for an underscore when creating a new layer view.
上次发布: July 14, 2022ArcGIS Online
漏洞 ID 编号
BUG-000150734
已提交
July 13, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The current expression builder does not support writing the escape clause but can read it in if it is added to the map and would become part of the experience once there is a full SQL authoring experience in filter compared to the simple UI experience. In this case, it would need to be "definitionExpression": "sdfsdfsdf LIKE 'A\\_%' escape '\\'" the use of just the [ ] with LIKE is not part of SQL DB spec.