Bug-ID-Nummer |
BUG-000125547 |
Eingereicht | September 25, 2019 |
Zuletzt geändert | July 28, 2020 |
Gilt für | Portal for ArcGIS |
Gefunden in Version | 10.7.1 |
Status | In Review
Das Problem wird aktuell überprüft. Bei der Überprüfung wird sichergestellt, dass alle erforderlichen Informationen enthalten sind, die Angaben leicht verständlich sind, es sich nicht um ein Duplikat eines bestehenden Problems handelt und es sich somit um einen gültigen Bug oder eine gültige Verbesserungsanforderung handelt. Während der Überprüfungsphase werden Sie bei Bedarf zur Klärung oder zum Einholen weiterer Informationen kontaktiert.
|
Workaround
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.
Schritte zur Reproduzierung