Erro
Número de ID do Erro | BUG-000153809 |
---|---|
Enviado | November 17, 2022 |
Última Modificação | June 5, 2024 |
Aplica-se à | ArcGIS Online |
Versão encontrada | November 2022 |
Sistema Operacional | N/A |
Versão do Sistema Operacional | N/A |
Status | Non-Reproducible |
Use template literals instead of the @ notation. For instance, instead of:
var P = Portal("https://wwww.arcgis.com") var itemID='ITEMID' var featureID=$feature["FIELD_NAME"] Var FS= FeatureSetByPortalItem(P, itemID,0,['FIELD_NAME2']) var Mathes =Filter(FS, `FIELD_NAME= @featureID')
Use the following syntax:
var P = Portal("https://wwww.arcgis.com") var itemID='ITEMID' var featureID=$feature["FIELD_NAME"] Var FS= FeatureSetByPortalItem(P, itemID,0,['FIELD_NAME2']) var Mathes =Filter(FS, `FIELD_NAME= ${featureID}`)
ID do Erro: BUG-000153809
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri