Número de ID del error |
BUG-000141247 |
Enviado | July 6, 2021 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS Online |
Versión encontrada | 9.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 |
Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
The table is honoring the name value set on the value types at a service level. This connects that template for the dataset, so features created with those values in the map match the values in the table. These values can be viewed at a service level. Enabling editing on the layer displays the name values in the data model which the table is honoring.
Types:
ID: 838
Name: test
Domains:
Templates:
Name: 838
Description:
Drawing Tool: esriFeatureEditToolLine
Prototype:
Attributes:
ELEVATION: 838
ID: 858
Name: testy
Domains:
Templates:
Name: 858
Description:
Drawing Tool: esriFeatureEditToolLine
Prototype:
Attributes:
ELEVATION: 858
ID: 868
Name: tester
Domains:
Templates:
Name: 868
Description:
Drawing Tool: esriFeatureEditToolLine
Prototype:
Attributes:
ELEVATION: 868
Solución alternativa
Add another attribute field with the same values, and use the new field to display the correct values in ArcGIS Online instead of the original attribute field. Perform these steps:
- After publishing the layer to ArcGIS Online, navigate to the Data tab.
- Click More Option > Add Field.
- Assign a name to the new field, and add a new field.
- Click the new field, and click Calculate > SQL.
- In the expression box, click the original field, and click Calculate. All the attributes from the original field are loaded into the new field.
- Configure the pop-up and attribute table in Map Viewer to ensure it displays the new field instead of the original field that has altered values with labels.
Pasos para reproducir