Bogue
Numéro d’ID de bogue | BUG-000153809 |
---|---|
Envoi | November 17, 2022 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS Online |
Version trouvée | November 2022 |
Système d’exploitation | N/A |
Version du système d’exploitation | N/A |
Statut | 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 de bogue: BUG-000153809
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support