Error
Número de ID del error | BUG-000153809 |
---|---|
Enviado | November 17, 2022 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS Online |
Versión encontrada | November 2022 |
Sistema operativo | N/A |
Versión de sistema operativo | N/A |
Estado | 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 del error: BUG-000153809
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri