Bogue
Numéro d’ID de bogue | BUG-000176096 |
---|---|
Envoi | April 28, 2025 |
Dernière modification | June 19, 2025 |
S’applique à | ArcGIS Pro |
Version trouvée | 3.3 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | N/A |
Statut | As Designed |
Crafting the SQL string manually is error prune, Use template literals when applying where clauses, Refer to this blog: https://community.esri.com/t5/attribute-rules-blog/attribute-rule-authoring-and-configuration-tips/ba-p/1023745 for more information.
For example:
var fsTable = FeatureSetByName($datastore, "table")
var objectIds = [1,2,3,4,5]
var whereClause = "objectId in @objectIds";
fsFilter = Filter(fsTable, whereClause);
ID de bogue: BUG-000176096
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support