Numéro d’ID de bogue |
BUG-000174486 |
Envoi | February 21, 2025 |
Dernière modification | June 2, 2025 |
S’applique à | ArcGIS Pro |
Version trouvée | 3.4.2 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | In Review
Ce problème est en cours d’examen. Le processus d’examen permet de s’assurer que le problème est facilement compréhensible et contient toutes les informations nécessaires, qu’il ne s’agit pas du doublon d’un problème existant et qu’il constitue une demande de bogue ou d’amélioration valide. Pendant cette phase, il se peut que vous soyez contacté pour une demande de précisions ou d’informations supplémentaires.
|
Solution de contournement
- Either create a new field to alter the join field to upper case or use the Calculate Field tool on the existing field to change all the information to upper case.
- If altering the existing field, configure the Calculate Field tool with the following settings and expressions:
- Input Table: Features targeted for alteration.
- Field Name: The join field used to perform the join (In this example, the field is named Address).
- Expression Type: Python.
- Expression: Address = !Address!.upper()
- Enable the Enable Undo toggle button.
- Click Apply to confirm the field has changed to all upper case and click Run.
- Use the same workflow as above to create a new field. For the expression, use: NewField = !Address!.upper().
- Confirm both fields used in the join contain values in all upper case.
Étapes pour reproduire
ID de bogue: BUG-000174486
Logiciel: