不具合 ID 番号 |
BUG-000125547 |
送信されました | September 25, 2019 |
最終更新日 | July 28, 2020 |
適用対象 | Portal for ArcGIS |
見つかったバージョン | 10.7.1 |
ステータス | In Review
この問題は確認中です。 確認プロセスでは、その問題が必要なすべての情報を備え、簡単に理解できること、既存の問題と重複していないこと、および有効な不具合または機能拡張の要求であることが確認されます。 このフェーズでは、説明または追加情報の提供をお願いする可能性があります。
|
対処法
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.
再現の手順