Número de ID del error |
BUG-000125547 |
Enviado | September 25, 2019 |
Última modificación | July 28, 2020 |
Relacionado con | Portal for ArcGIS |
Versión encontrada | 10.7.1 |
Estado | In Review
El problema está en revisión. El proceso de revisión garantiza que el problema contenga toda la información necesaria y sea fácil de entender, que no sea un duplicado de un problema existente y que sea un error válido o una solicitud de mejora. Durante esta fase, es posible que se pongan en contacto con usted para aclaraciones o recabar más información.
|
Solución alternativa
Use the CAST function in the Query Layer SQL statement, and change the REAL data type field to Float data type.
For example:
- Select Scada_Tag, DateTime, CAST (Most_Recent as float) as Most_Recent from scadadata.dbo.Scada_Most_Recent_vw
- Then in ArcMap > Scada_Most_Recent_vw set the decimal values on the Most_Recent (Right-click the field > Properties > Numeric > (Number of decimals places: 2).
- Publish the map service to Portal for ArcGIS.
Pasos para reproducir