不具合
不具合 ID 番号 | BUG-000102837 |
---|---|
送信されました | February 10, 2017 |
最終更新日 | December 3, 2024 |
適用対象 | ArcGIS Online |
見つかったバージョン | 4.4 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 |
ステータス | Will Not Be Addressed |
Workaround 1:
Create a new string data type field and use the Field Calculator tool to migrate all of the integer data type values to the new field. In Field Calculator, use str(!IntField!)
Workaround 2:
To maintain the table schema as is, create a new expression in ArcGIS Online:
function isnull(value){
var val = IsEmpty(value);
if (val) {
return " "
}
else{
return value;
}
}
isnull($feature.IntField)
Note: the $feature.IntField variable in sample is the integer data type field that user would like to base the labels off of (<a href="https://developers.arcgis.com/arcade/function-reference/logical_functions/" target="_blank">https://developers.arcgis.com/arcade/function-reference/logical_functions/</a>).
不具合 ID: BUG-000102837
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード