Numéro d’ID de bogue |
BUG-000168555 |
Envoi | June 24, 2024 |
Dernière modification | July 5, 2024 |
S’applique à | ArcGIS Pro |
Version trouvée | 2.9 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
See the documentation: https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/specify-text-for-labels.htm
Field values are automatically converted to text strings. Therefore, to use a numeric value in an arithmetic operation or when making a comparison, cast it back to a numeric data type. When using Arcade, the field values maintain their data types.
Python example:
int([FIELD1]) + int([FIELD2])
Étapes pour reproduire
ID de bogue: BUG-000168555
Logiciel: